HTML5 Video Tag for .mov

本秂侑毒 提交于 2019-12-02 10:20:18

问题


I´m incorporating a video code in my project, but it doesn´t seem to work correctly. So I´ve made a very basic, simple page to test the code in order to see if I´m doing anything wrong.

Here´s the link: http://swingostoso.com.br.temp-address.com/pt/TesteVideo01.html

The only thing that´s different on this code is that I´m trying to stream a .mov video file. Other formats work fine with a similar code. But not this onde.

Thanks,


回答1:


You have correctly identified that the problem is the use of the mov file.

According to MDN's Media formats supported by the HTML audio and video elements, only Safari supports the Quicktime video format.

The solution is to use a supported video format.



来源:https://stackoverflow.com/questions/34103701/html5-video-tag-for-mov

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!