You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@thomaswester@sorob@3p3r@PieMyth I am tagging you all in hope of some help. Running Fedora 37. I installed all the required dependencies. I have access to the website. When I open 127.0.0.1:5000 in the browser and then use the rtmp://127.0.0.1:1935/live/test URL (where my local rtmp server is located) I get a pipeline broken error caused on the line self.gstpipe=Gst.parse_launch(CLI)
My command (which I didnt change, only the rtmp server location):
The error:
The text was updated successfully, but these errors were encountered:
Hey @pfcouto! This is an old body of code. I do not have recollection of what goes where and whatnot. What I can offer is some debugging tips on GStreamer. The error you've shown does not indicate much past the fact that somewhere you are hitting a GLib assertion.
I recommend you use GStreamer's official debugging tools to address this. Specifically the GST_DEBUG env var and similar env vars that GStreamer offers for debugging purposes.
Uh oh!
There was an error while loading. Please reload this page.
@thomaswester @sorob @3p3r @PieMyth I am tagging you all in hope of some help. Running Fedora 37. I installed all the required dependencies. I have access to the website. When I open 127.0.0.1:5000 in the browser and then use the rtmp://127.0.0.1:1935/live/test URL (where my local rtmp server is located) I get a pipeline broken error caused on the line
self.gstpipe=Gst.parse_launch(CLI)
My command (which I didnt change, only the rtmp server location):
The error:
The text was updated successfully, but these errors were encountered: