youtube - YouTube 数据 API 是否公开了多摄像头直播功能?

标签 youtube youtube-api youtube-data-api youtube-livestreaming-api

我正在尝试集成使用 multi-camera views as per Google's documentation 的 YouTube 直播事件进入一个网站 - 如果可能的话,我希望能够从现场事件中访问两个摄像机 View 。

YouTube 数据 API 是否支持查询多个不同的相机 View ?他们是否被列为单个事件的子项?返回的数据结构是什么样的?

或者这根本不可能 - 即具有多个摄像头的单个实时事件将在 API 中显示为标准实时事件?

最佳答案

YouTube Live Streaming API 目前不支持多个摄像机角度。 API docs指定 liveEvent只能绑定(bind)一个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.

关于youtube - YouTube 数据 API 是否公开了多摄像头直播功能?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34574316/

相关文章:

javascript - Android webView - 从 URL 自动播放 youtube 视频

google-chrome - 排除 Globs 在 Chrome 扩展中不起作用?

objective-c - 加载YouTube channel GData错误

php - 使用 Zend 上传到 YouTube - 通过代理

youtube - YouTube搜索API不返回sd/max分辨率缩略图

jquery - Bootstrap Youtube Modal 的按钮无法使用我无法修复的运行时错误进行测试

YouTube API : detect that the video is age-restricted

javascript - 使用 Youtube iframe API 时处理关键事件

android - 了解谷歌开发者控制台

youtube-api - 如何获得对 YouTube 视频的所有评论?