WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 44846
Question mark QuickTime icon when navigating to this MP3 file
https://bugs.webkit.org/show_bug.cgi?id=44846
Summary
Question mark QuickTime icon when navigating to this MP3 file
mitz
Reported
2010-08-29 17:24:32 PDT
Loading the URL in Safari results in a the audio controls showing briefly, then being replaced by the QuickTime logo with a question mark. Opening the URL in QuickTime player works as expected. The file is served as audio/x-mpeg.
Attachments
Proposed patch
(1.49 KB, patch)
2010-09-01 14:42 PDT
,
Eric Carlson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Carlson
Comment 1
2010-08-30 07:28:28 PDT
This doesn't play because the movie created by QTKit has a 'tmet' track. MediaPlayerPrivate::disableUnsupportedTracks doesn't recognize this track type so it disables it and turns control over to the QuickTime plug-in because the policy is that any movie a with unknown tracks in a media document should fall back to a plug-in. In this case there is no reason to disable 'tmet' tracks as they have just meta data, so we should add this media type to the allowed types table.
Eric Carlson
Comment 2
2010-08-30 07:32:25 PDT
This url does work in an <audio> or <video> element, although QTKit identifies it as a live stream even though it is just an MP3 file. Maybe this is because the server doesn't return a Content-Length header: eric% curl -I "
http://www.davidlowemusic.com/cgi-bin/adminfiles.cgi?fa=play&fileid=631&gname=productfiles
" HTTP/1.1 200 OK Date: Mon, 30 Aug 2010 14:15:40 GMT Server: Apache/2.0.52 (Red Hat) Connection: close Content-Type: audio/x-mpeg
Eric Carlson
Comment 3
2010-09-01 14:42:37 PDT
Created
attachment 66277
[details]
Proposed patch
Eric Carlson
Comment 4
2010-09-01 19:15:10 PDT
http://trac.webkit.org/changeset/66632
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug