这很简单......我想在Marshmallow(Lollipop,KitKat,Jelly Bean)下面的Android网络浏览器中播放这个视频:
https://jsfiddle.net/zn9r0sLw/
<!DOCTYPE html>
<html>
<body>
<video poster="http://www.allkidscount.net/sponsors/videos/akc_trailer.jpg" width="500" height="281" controls preload="none">
<source src="http://www.allkidscount.net/sponsors/videos/akc_trailer_small.mp4" type="video/mp4">
Your mobile device does not support this video.
</video>
</body>
</html>
我的客户想要在他的服务器上托管的视频,他不希望通过YouTube或Vimeo播放这些视频。
它适用于我的Marshmallow平板电脑和手机,但是,我的客户有一个KitKat手机。我下载了MEmu作为其他3个设备的模拟器,因为我没有物理上拥有任何低于6.xx的Android设备,当然......没有任何设备可以在视频标签或直接链接中播放视频到浏览器URL中的视频。
我进行了双倍,三倍,四倍检查以确保MP4编码正确并且所有帐户都是。我知道YouTube视频可以在这些浏览器上播放...所以我显然错过了一些东西。 http://mobilehtml5.org/表示视频代码应该有效。