html5视频标记无法在移动设备上运行。我使用下面的代码。我如何在移动设备上运行我的视频。我使用了html5视频标签。
<video id="vid1" autoplay loop >
<source src="viedos/viedo.mp4" type="video/mp4" >
<source src="viedos/viedo.ogg" type="video/ogg" >
Your browser does not support the video tag.
</video>