Hi all,
I've created a html page - first it uses YouTube API to create a Broadcast, and it gives me back a streamKey.
I then use obs-websocket to create a rtmp_custom, then finally obs.call('StartStream')
But I can never get OBS to actually stream to the created broadcast. If I go to "Manage Broadcast" > "Select Existing Broadcast"
I can see my YouTube API created broadcast in there...
But setting the streamServiceType and streamServiceSettings, OBS still pops up with the message: "No Broadcast Configured, You need to set a broadcast before you can start streaming"
Is the broadcast not set by the streamKey I give it?
Or am I missing something like obs.call('SetBroadcast'
Or is it not possible to get OBS to stream to YouTube without manually selecting the broadcast (even though it is created with the youtube API)
If it is not possible... can anyone recommend any alternative software that can do what I am trying to do? (Which is create a broadcast with the youtube API, to set the Title/Desc, and then stream to that broadcast without interaction from someone using the OBS software)
Thanks so much!
I've created a html page - first it uses YouTube API to create a Broadcast, and it gives me back a streamKey.
I then use obs-websocket to create a rtmp_custom, then finally obs.call('StartStream')
But I can never get OBS to actually stream to the created broadcast. If I go to "Manage Broadcast" > "Select Existing Broadcast"
I can see my YouTube API created broadcast in there...
But setting the streamServiceType and streamServiceSettings, OBS still pops up with the message: "No Broadcast Configured, You need to set a broadcast before you can start streaming"
Is the broadcast not set by the streamKey I give it?
Or am I missing something like obs.call('SetBroadcast'
Or is it not possible to get OBS to stream to YouTube without manually selecting the broadcast (even though it is created with the youtube API)
If it is not possible... can anyone recommend any alternative software that can do what I am trying to do? (Which is create a broadcast with the youtube API, to set the Title/Desc, and then stream to that broadcast without interaction from someone using the OBS software)
Thanks so much!