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: MediaAssignee: 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)
Reported 2009-04-15 14:37:35 PDT
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
Adam Roben (:aroben)
Comment 1 2009-04-15 14:38:05 PDT
Adam Roben (:aroben)
Comment 2 2009-04-15 14:42:30 PDT
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
Comment 3 2010-08-20 11:00:53 PDT
.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.
Note You need to log in before you can comment on or make changes to this bug.