I have been working on a streaming integration with the youtube live api. I am facing issues with the following two scenarios:
- A broadcast created/binded to an inactive livestream with
contentDetails.enableAutoStart: true
andcontentDetails.monitorStream.enableAutoStart: false
does not automatically start when I begin streaming. - A broadcast created/binded to an active livestream with the same configuration above does not automatically start.
I have successfully wired in manual transitioning (with and without a monitor stream/testing phase). However, I cannot seem to reliably get the broadcasts to autostart in the aforementioned situations.