Thursday, 8 August 2013

Android failed to play mp4 files hosted in a password protected directory

Android failed to play mp4 files hosted in a password protected directory

I am working with a html5 video player in my website using videojs and I
found out that the video don't play in Android devices. After few tests
and check possible issues over the internet, I found out that the issue is
because android cannot access the video as its hosted in a password
protected directory. I tried to add mime type in my htaccess but it still
wont work. I dont know anything about htaccess so please help me.
AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType video/webm .webm

No comments:

Post a Comment