搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Why doesn't Firefox support my H.264 m4v videos ?

  • 2 个回答
  • 22 人有此问题
  • 25 次查看
  • 最后回复者为 awulb

more options

Hello,

It seems that Firefox (on Windows 7 and above, and android) supports H.264 codec for html5 video implementation (since version 20). However, it doesn't work on my own website which delivers H.264 videos (in m4v container).
Indeed, when I navigate on the page containing the html5 video player, I can read the following 'error' message : "Video format or MIME type is not supported".

I am using Firefox 23.0 on Windows 7 (and have tried the nightly version to see if it would work with it).
The used doctype is : <!doctype html> Video files are H.264 encoded in m4v containers (I have also tried mp4 containers but it doesn't work better).

Here is how I use the html5 video tag :

<video id="main_video" type="video/mp4" src="..." controls="" poster="...">

It is frustrating because H.264 video works well in this sample page : http://www.quirksmode.org/html5/tests/video.html

Any idea how I could solve my problem ?

Thank you !

Hello, It seems that Firefox (on Windows 7 and above, and android) supports H.264 codec for html5 video implementation (since version 20). However, it doesn't work on my own website which delivers H.264 videos (in m4v container).<br /> Indeed, when I navigate on the page containing the html5 video player, I can read the following 'error' message : "Video format or MIME type is not supported". I am using Firefox 23.0 on Windows 7 (and have tried the nightly version to see if it would work with it). <br /> The used doctype is : &lt;!doctype html&gt; Video files are H.264 encoded in m4v containers (I have also tried mp4 containers but it doesn't work better). Here is how I use the html5 video tag : <pre><nowiki> <video id="main_video" type="video/mp4" src="..." controls="" poster="..."></nowiki></pre> It is frustrating because H.264 video works well in this sample page : http://www.quirksmode.org/html5/tests/video.html Any idea how I could solve my problem ? Thank you !

由cor-el于修改

所有回复 (2)

more options
more options

Thank your for this piece of advice. The MIME type is correctly set in the .htaccess server side but I realized the url used for the 'src' attribute in my video tag does not contain the file extension, which seems to be problematic with firefox.