手机上的HTML5视频 - Chrome 55无法自动播放和静音?

时间:2017-03-08 14:05:03

标签: android ios html5 google-chrome html5-video

我的Android手机上的Chrome浏览器版本为55.根据此doc,“从版本53开始,Chrome for Android支持视频的静音自动播放。”

这是我的代码:

<div class="item-video">
  <video width="560" height="315" autoplay muted controls loop playsinline>
            <source src="http://video.webmfiles.org/big-buck-bunny_trailer.webm" type="video/webm">
        </video>
  <a href="yourpage.html" class="button-video"></a>
</div>

有什么想法吗?

我甚至在我的Android上测试了他们的sample page,而根本没有工作!

0 个答案:

没有答案