如果启用了 mod_deflate,Firefox 将不会使用 mediaelement.js 进行闪退
经过大量调查才发现为什么 Firefox 不会使用 mediaelement.js 进行闪回 - 我在许多服务器上进行了尝试,发现启用了 mod_deflate 的服务器会导致此问题。我关闭/打开 mod_deflate 来证明情况确实如此。在 Cpanel 中,我正在切换优化网站 ->压缩所有内容。
现在的问题是我怎样才能保持压缩(因为它使网站速度更快)并且仍然可以在 Firefox 中使用 Flash 回退功能?
更新:FF 似乎不喜欢 mod_deflated (gziped) .mp4
It took a lot of investigating to find out why Firefox wouldn't do a flashfallback with mediaelement.js - I tried on numerous servers and found that servers with mod_deflate enabled cause this issue. I toggled mod_deflate off/on proving this to be the case. In Cpanel, I'm toggling the Optimize Website -> Compress all content.
Now the question is how can I leave Compression on (because it makes the site faster) and still get flash fallback to work in Firefox?
Update: it appears that FF doesn't like a mod_deflated (gziped) .mp4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来
mediaelement.js
在 IE9 中处理 gzipped mp4 视频也存在问题。一个快速修复方法是禁用 mp4 文件的mod_deflate
。It seems that
mediaelement.js
also has problems with gzipped mp4 videos in IE9. A quick fix would be to disablemod_deflate
for mp4 files.