youtube混合两个iframe直播和播放列表

时间:2018-01-14 12:02:36

标签: live-streaming playlist youtube-iframe-api

我有两个iframe

iframe no.1是直播

<iframe allowfullscreen="0" frameborder="0" height="500" src="https://www.youtube.com/embed/live_stream?channel=UCSrZ3UV4jOidv8ppoVuvW9Q&amp;autoplay=1&amp;controls=1&amp;loop=1&amp;mute=01&amp;width=640&amp;height=500" width="100%"></iframe>

iframe no.2是播放列表

<iframe allowfullscreen="0" frameborder="0" weight=100% height="500" src="https://www.youtube.com/embed/videoseries?list=PL9tY0BWXOZFsN7SmajqI2TZ0WWzJYQVsI&amp;autoplay=1&amp;controls=1&amp;loop=1&amp;mute=0" width="100%"></iframe>enter code here

我想在youtube livestream激活时混合这两个iframe 只显示iframe的直播 当livestream完成iframe no2开始在同一个iframe中自动播放

如何设置它们之间的条件

0 个答案:

没有答案