Skip to content

Instantly share code, notes, and snippets.

@coolacid
Last active November 22, 2016 17:56
Show Gist options
  • Save coolacid/7f7fab7bf227620936e19985538cd1de to your computer and use it in GitHub Desktop.
Save coolacid/7f7fab7bf227620936e19985538cd1de to your computer and use it in GitHub Desktop.
OBS-CEF Linux
Build is based on this docker build solution: https://github.com/coolacid/docker-obsbuild/tree/master/Yakkety
Pre-Build
https://github.com/kc5nra/obs-browser/blob/master/obs-browser/browser-manager-base.cpp#L285 -- char16 to wchar_t
---- Note ^ is currently fixed by sed command in the dockerfile
Post-Build
[cef]/Release/libcef.so -> /usr/local/lib
[cef]/Resources/icudtl.dat -> /usr/bin & /usr/lib/obs-plugins
[cef]/Release/natives_blob.bin -> /usr/bin & /usr/lib/obs-plugins
[cef]/Release/snapshot_blob.bin -> /usr/bin & /usr/lib/obs-plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment