Does the YouTube Data API expose multi-camera livestream functionality?

≯℡__Kan透↙ 提交于 2019-12-11 11:52:37

问题


I am trying to integrate a YouTube live event which uses multi-camera views as per Google's documentation into a site - I'd love to be able to access both camera views from the live event if possible.

Does the YouTube Data API support querying the multiple different camera views? Are they listed as children of a single event? What's the returned data structure like?

Or is this simply not possible - i.e. a single live event with multiple cameras will show in the API as just a standard live event?


回答1:


The YouTube Live Streaming API does not support multiple camera angles at this time. The API docs specify that a liveEvent can only be bound to one liveStream

liveStream - Contains information about the video stream that you are transmitting to YouTube. The stream provides the content that will be broadcast to YouTube users. Once created, a liveStream resource can be bound to exactly one liveBroadcast resource. (Similarly, the liveBroadcast resource can only be bound to one liveStream resource.



来源:https://stackoverflow.com/questions/34574316/does-the-youtube-data-api-expose-multi-camera-livestream-functionality

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!