0
<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和adroid上的PLAY按鈕!html5視頻m3u8:如何自動播放視頻?
關於如何自動啓動m3u8視頻的任何想法?
reagards