Right now I'm trying to understand what I'm doing wrong when I switch to broadcasting my YT broadcast in order to live.
So, I make a request and get the following response:
{ "code" : 403, "errors" : [ { "domain" : "youtube.liveBroadcast", "message" : "Invalid transition", "reason" : "invalidTransition", "extendedHelp" : "https://developers.google.com/youtube/v3/live/docs/liveBroadcasts/transition#params" } ], "message" : "Invalid transition" }
Of course, I read the documents many times, so I controlled the LiveStream and waited for its “active” state (and my broadcast has lifeCycleStatus = “ready”).
The error message does not explain the real reason why I cannot make the transition.
And ... of course, I do not have access to Youtube server logs :)
What can you offer?
How to find out where I am wrong?
So, even if I missed something, the documents and the error message do not help me understand anything. Anyway, this is a kind of “bug” for the YT LiveStreaming API ...
source share