centricular / gstcefsrc

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

cefsrc: Allow custom CEF subprocess wrappers #53

Closed philn closed 1 year ago

philn commented 1 year ago

If an override is supplied with the GST_CEF_SUBPROCESS_PATH environment variable, we set CEF_SUBPROCESS_PATH to the real subprocess path and spawn the supplied override program instead. It is then free of configuring the subprocess for cgroups, for instance.

MathieuDuponchelle commented 1 year ago

I see, that sounds useful, thanks :)