【发布时间】:2019-01-17 10:30:18
【问题描述】:
如果我在 youtube 中有直播,我想在我的网站上显示直播视频。
我已按照 https://www.youtube.com/features 的说明启用了“直播”和“嵌入直播”选项,但每次我有直播时,youtube 都会在播放器上显示“离线直播”。
我已经像这样在我的网站中嵌入 iframe
<iframe width="650" height="400" src="https://www.youtube.com/embed/live_stream?channel=myChannelId" allow="autoplay" frameborder="0" allowfullscreen></iframe>
我也试过设置这个游戏网址
<iframe width="650" height="400" src="https://gaming.youtube.com/embed/live_stream?channel=myChannelId" allow="autoplay" frameborder="0" allowfullscreen></iframe>
而且我也无法从功能中启用“获利”,因为它已被禁用并且在我们的国家/地区不可用。
谁能帮我找到解决办法?
【问题讨论】:
标签: youtube embed youtube-iframe-api