我在youtube上有一个频道,如果我在youtube上有一个直播流,我想在我的网站上显示直播流视频。
我听从了https://www.youtube.com/features的指示,启用了"Live Stream“和"Embed streams”选项,但每次我有一个直播流,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>此外,我不能从功能中启用“货币化”,因为它是禁用的,并且在我们国家不可用。
有人能帮我找到解决方案吗?
发布于 2020-10-01 19:45:39
这对我很有效。与减去allow autoplay属性相同。
<iframe width="100%" height="602" src="https://www.youtube.com/embed/live_stream?channel=MyChannelId" frameborder="0" allowfullscreen></iframe>有一个短暂的延迟,有时您必须刷新页面。
https://stackoverflow.com/questions/51775806
复制相似问题