Josh Farneman
Josh Farneman

Reputation: 1739

HTML5 .ogv video file not loading in Firefox

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?

Upvotes: 0

Views: 859

Answers (1)

Josh Farneman
Josh Farneman

Reputation: 1739

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.

Upvotes: 1

Related Questions