python-gstreamer Questions
1
Can someone show up to date webrtcbin pipeline? At the moment i use these pipelines and they do not work.
Send:
gst-launch-1.0 webrtcbin bundle-policy=max-bundle name=sendrecv stun-server=stun://...
Incoordination asked 12/11, 2018 at 17:15
2
Solved
I am trying to use the gstreamer pipeline to view an rtp stream in vlc on my computer. I mostly looked into this thread. My end result is something like this
#!/usr/bin/env python
import gi
impo...
Lindeberg asked 28/12, 2019 at 17:47
1
Solved
I'm trying to put opencv images into a gstreamer rtsp server in python.
I have some issue writing in the mediafactory, I'm new to gst-rtsp-server ancd there's little documentation so I don't know e...
Mascia asked 20/11, 2017 at 16:13
3
Solved
I am looking into gstreamer as a means to choose a video device from a list to feed it to an opencv script.
I absolutely do not understand how to use gstreamer with python in windows. I installed t...
Ye asked 24/6, 2013 at 15:14
2
Solved
I have an application written with gst-python for GStreamer 0.10 that I am trying to port to GStreamer 1.0.
In my application, I have some custom elements written in Python (subclasses of gst.Bas...
Patriciate asked 31/7, 2013 at 11:27
2
Solved
I want to send multimedia data over RTP. What I wnat to know is how to send and receive RTP packets with Python. I found the python class DPKT. But couldn't able to find a good reference to visuali...
Braw asked 26/11, 2012 at 12:25
2
Solved
I want to prototype a new type of audio filter. At the moment I use GStreamer to return a buffer of my audio, and Cython to apply the filter to it. Then I send the result back to GStreamer.
Everyt...
Glorification asked 21/12, 2013 at 12:55
1
Solved
Overview: So this is a follow up to my last problem (here). I will be posting a full answer on that very soon. I'm able to get pocketsphinx to recognize audio input from my PS3 Eye in Python via Gs...
Begay asked 13/8, 2013 at 22:14
1
© 2022 - 2024 — McMap. All rights reserved.