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
CEF binaries with proprietary codecs
Tried to do it myself CEF binaries with proprietary codecs support.
Which "branch" should you point to at the moment?You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: CEF binaries with proprietary codecs
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 :
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
And I deleted everything, I thought the wrong branch = (
Re: CEF binaries with proprietary codecs
Did it again, all right. h264 works. Will I need to create them again every time you update them?
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: CEF binaries with proprietary codecs
You will have to build them every time you decide to update your application with the latest Chromium version.
-
- Posts: 6
- Joined: Wed Aug 18, 2021 10:44 pm
Re: CEF binaries with proprietary codecs
Help me with building Chrome with the h264 codec. I recently encountered this problem, how to solve it I can not understand.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?
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: CEF binaries with proprietary codecs
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.
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.