Page 1 of 1

MP3 Patent expiration - support?

PostPosted: Tue Apr 18, 2017 1:04 pm
by AimTron
Now that the primary patents covering MP3s and AC-3 have expired, is it possible to get support for them in CEF? I'm not sure if there are other extenuating circumstances, but I figured with the majority of the patents expiring or expired, some form might be possible.

Re: MP3 Patent expiration - support?

PostPosted: Tue Apr 18, 2017 1:42 pm
by magreenblatt
Good question. I think we'll need to wait and see what the lawyers decide. If Google ships with MP3 enabled in Chromium then we can ship it enabled in CEF as well.

Re: MP3 Patent expiration - support?

PostPosted: Tue Jul 18, 2017 10:46 am
by jerryhire8
Any updates on that?

Im trying to build version of cef with mp3 support but no other proprietary codecs?
I have not found any information on that in the Internet.
What I managed to find in cef souces is that if you leave USE_PROPRIETARY_CODECS flag true but comment AddContainerWithCodecs line for aac codecs, then https://html5test.com/ shows mp3 codec avaliable only
Can it be the temporary solution for the case I need mp3 only and dont need any other proprietary codecs?

Would be happy to have any piece of advice for that

Re: MP3 Patent expiration - support?

PostPosted: Tue Jul 18, 2017 1:52 pm
by magreenblatt
Google has decided not to enable mp3 support by default for Chromium. See https://groups.google.com/a/chromium.or ... wGRjdOAQAJ

Re: MP3 Patent expiration - support?

PostPosted: Thu Jul 20, 2017 4:41 am
by fddima
magreenblatt wrote:Google has decided not to enable mp3 support by default for Chromium. See https://groups.google.com/a/chromium.or ... wGRjdOAQAJ

Just update from same thread:
And as luck would have it, the lawyers had forgotten to send their update, so now I have an update to share: We'll be enabling mp3 in M62 for Chromium builds. Hope this helps!
Chromium's issue: https://bugs.chromium.org/p/chromium/is ... ?id=746579

Re: MP3 Patent expiration - support?

PostPosted: Thu Jul 20, 2017 5:41 am
by salvadordf
Great news! :D

Re: MP3 Patent expiration - support?

PostPosted: Thu Oct 26, 2017 10:39 am
by salvadordf
This version of the CEF3 binaries were supposed to have MP3 support but the html5test.com page indicates that it's still unsupported in cefclient. :cry:

The link fddima gave with the Chromium's issue is unclear if we'll have to wait for the 63 stable release or some future update to the current branch.
https://bugs.chromium.org/p/chromium/is ... ?id=746579

Re: MP3 Patent expiration - support?

PostPosted: Thu Oct 26, 2017 4:03 pm
by magreenblatt
Correct, it is currently unclear. Watch the Chromium issue for updates.

Re: MP3 Patent expiration - support?

PostPosted: Mon Dec 18, 2017 5:19 pm
by Ellesedil
With the following comment on Chromium's issue tracker: https://bugs.chromium.org/p/chromium/is ... 746579#c12

As Chris notes in c#10, in M64+ MP4 and MP3 are available in Chromium. While the container will demux and the codec will now play, we're still sorting out the mime-type issues though so canPlayType/isTypeSupported aren't accurate.


Can we expect MP3 support out of the box in 3282?

Re: MP3 Patent expiration - support?

PostPosted: Tue Dec 19, 2017 10:22 am
by magreenblatt
3282 branch is M64. See https://bugs.chromium.org/p/chromium/is ... 746579#c20 for what is supported.