视频无法在Firefox中播放(但在Chrome中播放)

MAR*_*ien 0 video firefox html5 html5-video

我尝试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>  
Run Code Online (Sandbox Code Playgroud)

并且有些事情:当我在firefox中复制/粘贴文件URL时,播放视频没有任何问题.

使用嵌入式视频播放器会导致无休止的加载动画.

Kev*_*ose 6

Firefox不支持.mp4播放.尝试将视频转换为.ogg格式,这种格式正在迅速成为html 5应用程序的标准格式.