obs-midi icon indicating copy to clipboard operation
obs-midi copied to clipboard

Add action for "Go Live"

Open sammallon opened this issue 3 years ago • 2 comments

Now that OBS supports integration with platforms like You Tube for managing broadcasts, there is the new action of "Go Live" that takes place following the start of streaming. It would be convenient to have the ability to automatically launch the broadcast in addition to being able to start the outgoing stream with a MIDI action

sammallon avatar Nov 07 '21 18:11 sammallon

Drop a link to the api documentation that exists in obs for this feature and ill see what I can do.

cpyarger avatar Jan 19 '22 17:01 cpyarger

I don't see it in the API docs for OBS, but here are links to the YouTube header and code files in OBS repo. Looks like a call to StartLatestBroadcast() should have the effect I'm personally looking for. But if the other methods were made available, quite a bit could be achieved in terms of automating the whole process. I'm also game for making the change if I ever happen to get some time away from my day job.

https://github.com/obsproject/obs-studio/blob/5a9d4d1b2669cd9aa5c7bea19b9795baef7e06b2/UI/youtube-api-wrappers.hpp https://github.com/obsproject/obs-studio/blob/5a9d4d1b2669cd9aa5c7bea19b9795baef7e06b2/UI/youtube-api-wrappers.cpp

sammallon avatar Jan 22 '22 17:01 sammallon