我尝试在网站上添加video
标记,但我遇到了问题。
该视频在Chrome中播放得很好,但在Firefox中没有播放,即使网址是正确的。
<video src="http://127.0.0.1/st_martin/index.php/fre/content/download/89/643/file/test-video.mp4" width="640" height="266" poster="/st_martin/var/ezwebin_site/storage/images/les-partenaires/l-auberge-gourmande/video-1/764-5-fre-FR/Video-1_large.png" controls>
Your browser does not support the <code>video</code> element.
</video>
而且很有趣:当我在firefox中复制/粘贴文件URL时,播放视频没有任何问题。
使用嵌入式视频播放器会导致无休止的加载动画。