[Webkit-unassigned] [Bug 25220] Loading a .ogv file into Safari downloads the file instead of playing it in a media document, even if XiphQT is installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 15 14:55:15 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25220





------- Comment #1 from aroben at apple.com  2009-04-15 14:55 PDT -------
This file is served with a Content-Type of "application/ogg".

There are at least two problems here:

1. WebView::canShowMIMEType returns false for this MIME type, because it does
not ask MediaPlayer whether the MIME type is supported.
2. Even if canShowMIMEType did ask MediaPlayer, MediaPlayer would claim not to
support application/ogg. QuickTime reports that it supports this MIME type, but
QTMovieWin filters out all MIME types that don't start with "audio/" or
"video/", so MediaPlayer wrongly reports that QuickTime does not support this
MIME type.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list