【发布时间】: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