Hi Fellow Programmers & Streamers,
I am using OBS websockets as part of a pipeline to livestream game replays to youtube. I have a trigger that looks for a completed game and when it detects one it uses websockets to automate the live-streaming on youtube. I don't know when these game replays occur and they occur multiple times per day.
My issue is with youtube - each new OBS stream does not start a Youtube livestream until I click on the "dismiss" button in Youtube Studio. That is annoying and unacceptable given that this needs to be 100% automated - so to circumvent I am using the Youtube API to create a broadcast whenever a trigger event happens. This gets around the youtube issue, but now I am stuck because I am unable to programmatically set the broadcast on OBS to the broadcast I have created using the Youtube API.
Has anyone had similar issues with automated youtube live-streams? Is there a way to programmatically set the existing Youtube Broadcast in OBS?
I am using OBS websockets as part of a pipeline to livestream game replays to youtube. I have a trigger that looks for a completed game and when it detects one it uses websockets to automate the live-streaming on youtube. I don't know when these game replays occur and they occur multiple times per day.
My issue is with youtube - each new OBS stream does not start a Youtube livestream until I click on the "dismiss" button in Youtube Studio. That is annoying and unacceptable given that this needs to be 100% automated - so to circumvent I am using the Youtube API to create a broadcast whenever a trigger event happens. This gets around the youtube issue, but now I am stuck because I am unable to programmatically set the broadcast on OBS to the broadcast I have created using the Youtube API.
Has anyone had similar issues with automated youtube live-streams? Is there a way to programmatically set the existing Youtube Broadcast in OBS?