开发者

HTML5 .ogv video file not loading in Firefox

开发者 https://www.devze.com 2023-02-06 12:31 出处:网络
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 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消