HTML5 .ogv 视频文件无法在 Firefox 中加载
我在 [已删除的链接] 设置了一个 .ogv 文件,
我已经测试过直接在 Chrome 中播放它,并且播放得很好。然而,在 Firefox (3.6x) 中,它仅显示加载圆圈动画。在检查 Firebug 后,我发现 Firefox 不断下载文件的部分内容,然后重新开始。
我已经通过curl 检查了MIME 类型,它正在提供正确的视频/ogv。
关于为什么会发生这种情况有什么想法吗?
I have an .ogv file set up at [removed link]
I've tested playing it directly in Chrome and it plays fine. However in Firefox (3.6x) it only shows the loading circle animation. Upon checking Firebug I see that Firefox keeps downloading parts of the file, then starting again.
I've check the MIME type via curl and it is delivering the proper video/ogv.
Any ideas about why this might be happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够解决这个问题。该问题是由于我的服务器上启用了 gzip。如果启用 gzip,Firefox 将无法正确处理 ogv 请求。
I was able to solve the issue. The issue was due to having gzip enable on my server. Firefox cannot handle ogv requests properly if gzip is enabled.