No video with supported format and MIME type found in Firefox with HTML5 video

大憨熊 提交于 2019-12-05 08:16:15
user2823361

Add the lines below to your .htaccess in the root directory

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

Try to use standard MIME types.

MIME Types for Video Formats. 

MP4  -video/mp4
WebM -video/webm
Ogg  -video/ogg


http://www.w3schools.com/html/html5_video.asp

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