Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CEF WebRenderer #5

Open
DispatchCommit opened this issue Feb 21, 2020 · 2 comments
Open

Create CEF WebRenderer #5

DispatchCommit opened this issue Feb 21, 2020 · 2 comments

Comments

@DispatchCommit
Copy link

DispatchCommit commented Feb 21, 2020

After much trial, error, guessing, and using instructions found in similar repos: centricular/gstcefsrc

cd gst-WebRenderSrc
cmake -DCMAKE_BUILD_TYPE=Release .
CC=clang CXX=clang++ make -stdlib=g++
make install

output:

[ 96%] Built target libcef_dll_wrapper
[ 99%] Built target webrendersrc
[100%] Built target cefsubprocess
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /usr/local/lib/gstreamer-1.0/libwebrendersrc.so
-- Up-to-date: /usr/local/bin/cefsubprocess
@DispatchCommit
Copy link
Author

If gst-inspect-1.0 does not find custom plugins:

export LD_LIBRARY_PATH=/usr/local/lib
export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0

@DispatchCommit
Copy link
Author

DispatchCommit commented Feb 21, 2020

Inspect gst-libwebrendersrc:

gst-inspect-1.0 libwebrendersrc.so
- - or - -
gst-inspect-1.0 /usr/local/lib/gstreamer-1.0/libwebrendersrc.so

note: you do not need to specify /usr/local/lib/... when GST_PLUGIN_PATH is available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant