I’m working on a video creation and streaming platform. We are enabling our users to run live streams on Twitch using its API.
We’ve found ways to send different metadata fields but are stuck with the “Go Live notification” part.
Can anyone please suggest a way or the exact parameter through which our users can send the Go Live notification as soon as their stream goes live on Twitch?
It’s a bit urgent and I’d really appreciate any help from your side.
If a user’s stream stops unexpectedly due to any possible error, then how much time after the last packet is sent will Twitch end the live stream?
So, I’m talking about a case when an error occurs and our tool is unable to send a stream to Twitch for some time.
Then, will Twitch end the stream immediately or wait for a specified time before ending the stream on Twitch?
Someone told me that Twitch waits for 10 minutes since the time when the last packet was received before ending the stream automatically from their side.
Actually, my team is currently trying to figure out a way to send stream tags using Twitch’s API but we’re receiving a 403 error.
Isn’t there a way to send Twitch stream tags via API?