-
-
Notifications
You must be signed in to change notification settings - Fork 72
No such Gstreamer factory: webrtcbin #273
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
Comments
What OS? What package(s) are installed? |
Mac OS Ventura Version 13.4.1 % brew list ==> Casks |
I've never tried using gst1-java-core with the package from brew. Try running in a terminal (checking the command name is correct) -
Does that show help or a missing plugin? If missing, then it's possible that brew doesn't included that element. If that works, then I would guess paths are not configured correctly in your code. |
Yes it seems gstreamer does not include it: % gst-inspect-1.0 webrtcbin Is there away to include it ? |
Ask brew upstream, or check out the GStreamer project's own packages. |
i get this error with gstreamer 1.22.4
java.lang.IllegalArgumentException: No such Gstreamer factory: webrtcbin
The text was updated successfully, but these errors were encountered: