Skip to content

cerbero build python bindings causing seg fault #206

@jmyth742

Description

@jmyth742

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions