Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 videojs 在我的网站上使用 html5 视频播放器,我发现该视频无法在 Android 设备中播放。经过几次测试并通过互联网检查可能存在的问题后,我发现问题是因为 android 无法访问托管在密码保护目录中的视频。我试图在我的 htaccess 中添加 mime 类型,但它仍然无法正常工作。我对htaccess一无所知,所以请帮助我。
AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm
用于加载 mp4 文件的 URL 是什么?
您可以在 URL 中指定用户名和密码:
http://username:password@www.website.com/password-protected-folder/track.mp4