Bug 40594 - audio/x-mp3 MIME type not recognized
Summary: audio/x-mp3 MIME type not recognized
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Eric Carlson
URL: http://web.mac.com/eric.carlson/test/...
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2010-06-14 15:23 PDT by Eric Carlson
Modified: 2010-06-14 19:58 PDT (History)
3 users (show)

See Also:


Attachments
proposed patch (10.50 KB, patch)
2010-06-14 17:09 PDT, Eric Carlson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2010-06-14 15:23:40 PDT
OSX WebKit won't open an MP3 file with the MIME type "audio/x-mp3" in a media document. MediaPlayerPrivateQTKit get a list of file extensions it supports from QTKit, and use UTI to convert those to MIME types. UTI returns "audio/mpeg" as the only type for .mp3, so we claim to not support "audio/x-mpeg". 

http://web.mac.com/eric.carlson/test/bipbop.mp3
Comment 1 Eric Carlson 2010-06-14 15:24:07 PDT
rdar://7875393
Comment 2 Eric Carlson 2010-06-14 17:09:18 PDT
Created attachment 58729 [details]
proposed patch
Comment 3 Oliver Hunt 2010-06-14 17:14:47 PDT
Comment on attachment 58729 [details]
proposed patch

r=me
Comment 4 Eric Carlson 2010-06-14 19:31:08 PDT
http://trac.webkit.org/changeset/61172
Comment 5 WebKit Review Bot 2010-06-14 19:46:29 PDT
http://trac.webkit.org/changeset/61172 might have broken Qt Linux Release
Comment 6 Eric Carlson 2010-06-14 19:58:21 PDT
(In reply to comment #5)
> http://trac.webkit.org/changeset/61172 might have broken Qt Linux Release

http://trac.webkit.org/changeset/61173 FTW?