Reputation: 13
I'm using HTML5 but I can't get a video to run in Firefox. It runs in Safari and Chrome. I have put up the .ogv, .webm, and .mp4 formats but still no luck.
It runs in Firefox on my computer but not on the GoDaddy server.
Here's the link: http://www.buildersclass.org/_img/2013/2013Feb/2013_Feb_chili.html
I have tried using Firefox on both Windows and Mac. Both give me the same error message: No video with supported format and MIME type found
.
Here's the .htaccess
file I use on the server:
AddType video/mp4 mp4 m4v
AddType audio/mp4 m4a
AddType video/ogg ogv
AddType audio/ogg ogg oga
AddType video/webm webm
Thoughts?
Upvotes: 1
Views: 943
Reputation: 8228
From comment thread the answer was to remove a trailing period from .htaccess. so that the MIME type was being picked up
Upvotes: 1