How to , and other stuff about linux, photo, php … A linux, photography blog. To remember some linux situation, and fix them quickly.

April 2, 2012

firefox no video supported format and mime type found

Filed under: Linux — Tags: , , , , — admin @ 4:35 pm

Well, a quiq solution to this you should add this on your .htaccess file

AddType video/ogg .ogm
AddType video/ogg .ogv
AddType video/ogg .ogg
AddType video/webm .webm
AddType audio/webm .weba

AddType video/mp4 .mp4
AddType video/x-m4v .m4v

Powered by WordPress