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

时间:2011-11-21 14:26:50

标签: html5 firefox video 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>  

而且很有趣:当我在firefox中复制/粘贴文件URL时,播放视频没有任何问题。

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

1 个答案:

答案 0 :(得分:6)

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

相关问题