【问题标题】:html5 video m3u8: How to auto play the video?html5 视频 m3u8:如何自动播放视频?
【发布时间】:2014-10-16 10:39:35
【问题描述】:
<video id="videoHTML5" class="video" width="100%" height="400" poster="img/poster.png" autoplay controls>
   <source src="http://IP/live/stage.stream/playlist.m3u8" >
</video>


<script>
    var vdo = document.getElementById('videoHTML5');
    vdo.src = 'http://IP/live/stage.stream/playlist.m3u8';
    vdo.load(); 
    vdo.play(); 
</script>

永远不要开始!我需要按 ipad 和 android 上的 PLAY 键!

关于如何自动启动 m3u8 视频的任何想法?

问候

【问题讨论】:

    标签: html html5-video m3u8


    【解决方案1】:

    您可以在代码中尝试 autoplay="true"

    【讨论】:

      猜你喜欢
      • 2021-11-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多