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

cerbero build python bindings causing seg fault #206

Open
jmyth742 opened this issue Sep 1, 2021 · 0 comments
Open

cerbero build python bindings causing seg fault #206

jmyth742 opened this issue Sep 1, 2021 · 0 comments

Comments

@jmyth742
Copy link

jmyth742 commented Sep 1, 2021

Hi Guys,

I have built gst and the relevant packages to test the webrtcbin related items on ubuntu 18.04, within the cerbero env.

This builds fine and i can using the gst-launch-1.0 cli run the various aspect of the gstreamer ecosystem.

I am trying to implement a webrtcbin related pipeline for audio. From within the cerbero "gst-shell" i am trying to run the the example sendrecv.py found at https://github.com/centricular/gstwebrtc-demos - however this is giving me segmentation fault when i try to do the imports

import gi
gi.require_version('Gst', '1.0')
from gi.repository import Gst
gi.require_version('GstWebRTC', '1.0')
from gi.repository import GstWebRTC
gi.require_version('GstSdp', '1.0')
from gi.repository import GstSdp

specifically when the above imports is trying to load gi.repository.GModule. I am wondering if anyone can shed some light on where i seem to have my paths messed up , or where i need to move something too?

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