On a dev site, i've been testing mp4 files for html5 play in safari. The native player loads and plays the mp4 files fine, even without the correct MIME type declaration. But, if I add AuthType Basic to my .htaccess the files fail sometimes fail to play and sometimes play in the quicktime player.
After logging in with a valid user why would this directive stop mp4 files from playing correctly?
still have the same problem. some people solved it, while adding the mime types to their .htaccess file (didn t work for me) :
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/mp4 .mov
AddType video/webm .webm
at the moment i m using your already mentioned "add Satisfy All" in htaccess (see code below):
<FilesMatch mp4>
Satisfy any
order allow,deny
allow from all
</FilesMatch>
it s not really a solution, since the files are now accessible, if you know the direct link to the files...for my case still ok, but looking forward to a real working solution!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With