We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
If gst-inspect-1.0 does not find custom plugins:
gst-inspect-1.0
export LD_LIBRARY_PATH=/usr/local/lib export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0
Sorry, something went wrong.
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.
/usr/local/lib/...
GST_PLUGIN_PATH
No branches or pull requests
After much trial, error, guessing, and using instructions found in similar repos: centricular/gstcefsrc
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
The text was updated successfully, but these errors were encountered: