Page 1 of 1

CEF binaries with proprietary codecs

Posted: Tue Sep 15, 2020 10:27 pm
by kotyara
Tried to do it myself CEF binaries with proprietary codecs support.
Снимок.PNG
Which "branch" should you point to at the moment?

Re: CEF binaries with proprietary codecs

Posted: Wed Sep 16, 2020 6:54 am
by salvadordf
You're using the right branch and you have the correct version.

However, you were faster than the automated build server at Spotify.com and the binaries that you created have a couple of minor updates that are not available at spotify at this moment.

In a few hours we'll have CEF 85.3.9 at spotify and I'll upload a new CEF4Delphi version to GitHub.

Meanwhile, you can use the latest CEF4Delphi version with your binaries if you add this code line before the GlobalCEFApp.StartMainProcess call in the DPR file :

Code: Select all

 GlobalCEFApp.CheckCEFFiles := False;

Re: CEF binaries with proprietary codecs

Posted: Wed Sep 16, 2020 7:39 am
by kotyara
And I deleted everything, I thought the wrong branch = (

Re: CEF binaries with proprietary codecs

Posted: Wed Sep 16, 2020 12:01 pm
by kotyara
Did it again, all right. h264 works. Will I need to create them again every time you update them?

Re: CEF binaries with proprietary codecs

Posted: Wed Sep 16, 2020 4:18 pm
by salvadordf
You will have to build them every time you decide to update your application with the latest Chromium version.

Re: CEF binaries with proprietary codecs

Posted: Wed Aug 18, 2021 10:59 pm
by yarockiisergei
kotyara wrote: Wed Sep 16, 2020 12:01 pm Did it again, all right. h264 works. Will I need to create them again every time you update them?
Help me with building Chrome with the h264 codec. I recently encountered this problem, how to solve it I can not understand.

Re: CEF binaries with proprietary codecs

Posted: Thu Aug 19, 2021 6:37 am
by salvadordf
Hi,

Please, read this guide to build the CEF binaries with proprietary codecs :
https://www.briskbard.com/forum/viewtopic.php?f=10&t=1097

The last time I tried to build them was in May, 2021 but CEF and Chromkium may have changed some step. Let me know if it worked for you.