Bug 25219
Summary: | Can't view a <video src=foo.ogv> on Windows even after installing XiphQT | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | eric.carlson |
Priority: | P2 | Keywords: | InRadar, PlatformOnly |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://people.mozilla.com/%7Eprouget/videos/demo_worker.html |
Adam Roben (:aroben)
To reproduce:
1. Install XiphQT <http://www.xiph.org/quicktime/>
2. Go to <http://people.mozilla.com/%7Eprouget/videos/demo_worker.html>
The video fails to display, even though you can download this video and open it in QuickTime player.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/6795254>
Adam Roben (:aroben)
The basic problem here is that WebCore can't figure out what MIME type the .ogv extension maps to, so it just uses "application/octet-stream". QTMovieWin does not claim to support that MIME type, so loading this video fails.
Eric Carlson
.ogv MIME type was added to the type registry in http://trac.webkit.org/changeset/43972, and the Windows Xiph QuickTime components have been updated to register MIME types with QuickTime correctly.
http://people.mozilla.com/%7Eprouget/videos/demo_worker.html works with the most recent Xiph QT component.