html5 - Android failed to play mp4 files hosted in a password protected directory -
i working html5 video player in website using videojs , found out video don't play in android devices. after few tests , check possible issues on internet, found out issue because android cannot access video hosted in password protected directory. tried add mime type in htaccess still wont work. dont know htaccess please me.
addtype video/ogg .ogv addtype video/mp4 .mp4 addtype video/webm .webm
what urls used load mp4 files?
you might able specify username , password in url:
http://username:password@www.website.com/password-protected-folder/track.mp4
Comments
Post a Comment