Closed Bug 887512 Opened 11 years ago Closed 9 years ago

Mac: Audio's canPlayType() fails for MP3 if codec is supplied

Categories

(Core :: Audio/Video: Playback, defect)

All
macOS
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: iangilman, Unassigned)

Details

This is a followup to bug 838331 and bug 841239, which fixed this issue for Firefox OS and Windows, respectively. :cpearce has said we'll need to fix it separately on each affected platform, so I'm filing bugs for each.

I don't know if we support MP3 on Mac yet, but presumably we're working on it.

At any rate, the issue is that (new Audio()).canPlayType('audio/mpeg; codecs="mp3"') should return "probably", whereas it currently returns "". See bug 838331 for more info.
Component: Audio/Video → Audio/Video: Playback
On Mac:

>> (new Audio()).canPlayType('audio/mpeg; codecs="mp3"')
<- "probably"
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.