Is there a particular reason why Firefox does not support playback of mp3 files in <audio> elements, only ogg format?

Is it a licensing issue?

Are there any plans made for possible future implementation?

Is it possible to develop an addon to support mp3 playback in <audio> elements?

Thank you

link|improve this question

feedback

4 Answers

up vote 17 down vote accepted

Licensing issues: HTML5 video and H.264 – what history tells us and why we’re standing with the web and Mozilla defends Firefox's HTML5 support for only Ogg Theora video (despite their titles, they both also talk about MP3 licensing, albeit briefly).

All you can do is fall back to Flash and play them through that.

link|improve this answer
16  
Because the MP3-compression algorithm is patent-protected by the Frauenhofer Institute IIS (iis.fraunhofer.de). If they would do that, they could no longer distribute Firefox for free. The better question is: Why don't Apple & Microsoft support ogg vorbis, which is (and always has been and always will be) a completely free file format, with quality and compression just as good as mp3, if not better... – Quandary Jan 8 at 19:34
feedback

Taken from Wikipedia, for MP3:

MPEG-1 or MPEG-2 Audio Layer 3 (or III), more commonly referred to as MP3, is a patented digital audio encoding format using a form of lossy data compression.

Taken for Ogg:

Ogg is a free, open standard container format maintained by the Xiph.Org Foundation. The creators of the Ogg format state that it is unrestricted by software patents and is designed to provide for efficient streaming and manipulation of high quality digital multimedia.

Mozilla doesn't want patent issues, so Ogg was chosen as the better candidate.

It is possible to make such an implementation, so that Firefox can play mp3 in <audio> tag, but this won't be done because of issues I mentioned.

Sometimes politics, and other real world issues, dictate what gets implemented and what doesn't.

link|improve this answer
12  
There aren't any patent issues; Mozilla just doesn't want to pay the fees for licensing the tech. And technically, they couldn't release that tech as open-source, which kind of ruins their whole schtick. What that means in the real world, is that people like you and me are unable to play back the world's most ubiquitous audio format in Firefox. This is bad for users. – Skyler Johnson Mar 31 '11 at 4:54
feedback

MP3 usually is a Fraunhofer/Thomson patents problem.
They sell their licenses on the slightly shady mp3licensing.com domain.

There are softwares circumventing those patents, like the LAME MP3 encoder, but they do that by distributing only in source code form.

The LAME developers state that, since their code is only released in source code form, it should only be considered as an educational description of an MP3 encoder

Then there are binary distributions of LAME, and, as you can easily see from the domain, they originate from Argentina. This can happen because MP3 patents are deemed invalid in many countries where the very concept of software patent was never legislated upon.

(I'd like to have an exhaustive list of countries, but the situation evolves quite rapidly, and I don't even known what side of the soft-patents divide my country stands in. That's not a level of uncertainty Mozilla wants to cope with)

Then again, Mozilla may have found THEIR way around the patent problem.

It's not perfect. (i.e. it leaves linux in a puddle of mud)

Andreas Gal, Mozilla’s director of research wrote:
(but the discussion revolved around B2G, really read the whole article to form an opinion)

“We will support decoding any video/audio format that is supported by existing decoders present on the system, including H.264 and MP3. There is really no justification to stop our users from using system decoders already on the device, so we will not filter any formats,” he wrote. “I don’t think this bug significantly changes our position on open video. We will continue to promote and support open codecs, but when and where existing codecs are already installed and licensed on devices we will make use of them in order to provide people with the best possible experience.”

So, from what I see:

On Windows and Mac  
  (using, already licensed by the OS, dlls/dylibs)
     Mozilla could
       (given enough time)
         end up directly supporting MP3.
           (and flash will fill in for the time being)

On Linux... I don't know.

Maybe in selected countries, you'll end up installing some unlicensed libs and get away the way Audacity does.

There's a light at the end of a tunnel, let's just hope it's not a fast approaching train.

link|improve this answer
feedback

I believe that the Mozilla developers decided against implementing MP3 support, in order to avoid paying for patent licences from a number of organisations (Technicolor/Thomson Consumer Electronics, the Fraunhofer Institute, Alcatel-Lucent, Sisvel and potentially others, from what I can gather).

link|improve this answer
feedback

protected by Community Sep 9 '11 at 13:33

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.