Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

CEF binaries with proprietary codecs

Post Reply
kotyara
Posts: 12
Joined: Fri Sep 04, 2020 11:06 am

CEF binaries with proprietary codecs

Post by kotyara »

Tried to do it myself CEF binaries with proprietary codecs support.
Снимок.PNG
Which "branch" should you point to at the moment?
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: CEF binaries with proprietary codecs

Post 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;
kotyara
Posts: 12
Joined: Fri Sep 04, 2020 11:06 am

Re: CEF binaries with proprietary codecs

Post by kotyara »

And I deleted everything, I thought the wrong branch = (
kotyara
Posts: 12
Joined: Fri Sep 04, 2020 11:06 am

Re: CEF binaries with proprietary codecs

Post by kotyara »

Did it again, all right. h264 works. Will I need to create them again every time you update them?
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: CEF binaries with proprietary codecs

Post by salvadordf »

You will have to build them every time you decide to update your application with the latest Chromium version.
yarockiisergei
Posts: 6
Joined: Wed Aug 18, 2021 10:44 pm

Re: CEF binaries with proprietary codecs

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: CEF binaries with proprietary codecs

Post 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.
Post Reply