twitch Questions
6
Solved
I am building a Discord bot in Python and would like to receive HTTP requests from Twitch.tv's API (See Webhooks Guide & Webhooks Reference) (To subscribe to events like; X streamer has gone li...
Imperturbation asked 8/2, 2018 at 19:9
4
Solved
I am experimenting with making my own little discord bot that can get information from Twitch, but I'm stumped on how to make the bot loop and check for a condition.
I want the bot to loop a secti...
Flying asked 20/5, 2020 at 18:43
3
I'm trying to work with this twitch npm package (https://www.npmjs.com/package/twitch) and am running into some issues when deploying via creat-react-app / react-scripts.
From my understanding, the...
Noncombatant asked 22/9, 2020 at 3:17
11
Solved
I'm just wondering if there is any way to write a python script to check to see if a twitch.tv stream is live?
I'm not sure why my app engine tag was removed, but this would be using app engine.
4
Solved
I'm trying to set up in Angular a way of only showing Twitch player if the stream is online, so in the Documentation there is this inline HTML:
<script src= "https://player.twitch.tv/js/embed/v...
Tetrachloride asked 2/12, 2018 at 5:21
1
Solved
I was trying to use an Arch solution for streaming to twitch today through FFMPEG, but all of my attempts were in vain because of one simple thing on FFMPEG. it says that the probesize is not large...
2
Solved
Good afternoon.
I'm testing my company's streaming service, which works like twitch.
The task is as follows:
Log in to your account and simulate viewing the stream ( and chat)
I was thinking ...
3
So I'm making a Discord Bot that posts when a person goes live on Twitch.tv. At the moment I have a Python program that runs the bot and a program that runs a mini server to receive the data from t...
Prodigious asked 7/9, 2018 at 15:8
1
Solved
I'm using nextJS and I'm having a hard time getting the full URL from a redirect.
I'm doing an oauth flow from Twitch and after authenticating, Twitch redirects back to my Next app on a URL like h...
6
I would like to make an Unity3D Application in which one can watch a current Twitch.tv live stream.
I am not sure if this is possible, for example, with the twitch api (https://github.com/justintv...
Lump asked 18/1, 2016 at 14:39
1
Setup is Linux, ffmpeg using kabylake iGPU.
I am capturing a running sway instance using the kmsgrab device, which requires the use of a hardware backend to coherently process the image on my hard...
4
I write an app for broadcasting to twitch.tv using C++. For that streaming I need to know the user stream key, usually an user gets that key from the page,
http://www.twitch.tv/user_name/dashboar...
5
$.getJSON('https://api.twitch.tv/kraken/channels/' + SLoppierKitty7, function(channel) {
if (channel["stream"] == null) {
var live ="no"
} else {
var live ="yes"
}
that is my code but when...
Lazybones asked 15/5, 2016 at 14:47
2
Solved
I'm working through the Freecodecamp Twitch API project and I'm unable to get the API data to display correct. The logo, channel and status comes back as undefined.
I know the API is working defin...
Anus asked 23/2, 2017 at 20:47
3
Solved
Twitch has introduced a functionality that, when you've opened a stream page and navigate to a different part of the site, allows the video to keep playing in the bottom left corner without any int...
Aeolotropic asked 22/12, 2016 at 15:38
1
Solved
I am trying to build my own client RTMP library for an app that I am working on. So far everything has gone pretty successfully in that I am able to connect to the RTMP server negotiate the handsha...
Coadjutor asked 28/10, 2016 at 0:9
1
I'm moving my Twitch bot from Python 2.7 to Python 3.5. I keep getting the error:
a bytes like object is required not 'str' on the 2nd line of the code below.
twitchdata = irc.recv(1204)
data = ...
Unclassical asked 15/4, 2015 at 6:59
2
Solved
I am trying to write a script that gets a JSON file from a remote location (in this case being twitch.tv) using cURL (don't think that part is too relevant, though I better mention it anyway). For ...
2
I want to implement streaming from an RTMP server. For example, below is the link of an RTMP server.
http://usher.justin.tv/find/CHANNELNAME.json?type=any
And want to do streaming of it.
I foun...
1
© 2022 - 2025 — McMap. All rights reserved.