centricular / gstcefsrc

A simple gstreamer wrapper around Chromium Embedded Framework
84 stars 45 forks source link

[question] h264 CEF? #29

Closed ldenoue closed 3 years ago

ldenoue commented 3 years ago

How could we use a build of CEF that has all codecs, like H264?

I noticed this commit changin remote port numbers, but is there one to tell CEF to use a different Chromium build? Or has CEF to be built completely from scratch?

MathieuDuponchelle commented 3 years ago

you need to build CEF from scratch I'm afraid:

https://stackoverflow.com/questions/64293697/enable-aac-support-in-chromium-embedded-framework-c

Good luck because it's an absolute PITA :P

reinismu commented 3 years ago

It's not so bad, I managed to do it in a day. I could link to binaries, but it is in my S3 and I don't want to pay for aws too much :D

@ldenoue Here is the dockerfile and scripts how to do it https://github.com/reinismu/cefbuild . Should be pretty simple to do

MathieuDuponchelle commented 3 years ago

@reinismu did you forget to link your scripts?

reinismu commented 3 years ago

@reinismu did you forget to link your scripts?

Yup :D Added link

ldenoue commented 3 years ago

@reinismu thanks a lot! I'll try your scripts. Laurent