Skip to content

Error when running the code #5

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

Open
pfcouto opened this issue Dec 21, 2022 · 1 comment
Open

Error when running the code #5

pfcouto opened this issue Dec 21, 2022 · 1 comment

Comments

@pfcouto
Copy link

pfcouto commented Dec 21, 2022

@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):

image

The error:

image

@3p3r
Copy link
Member

3p3r commented Dec 21, 2022

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.

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

2 participants