Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gstreamer

How To Convert A Video (on Disk) To A Rtsp Stream

I have a video file on my local disk and i want to create an rtsp stream from it, which i am going … Read more How To Convert A Video (on Disk) To A Rtsp Stream

Error In Pipeline Porting Pygst Program From Gstreamer 0.10 To 1.0

I'm porting a program from pygst 0.10 to 1.0 and I've problems with the pipeline. The pipel… Read more Error In Pipeline Porting Pygst Program From Gstreamer 0.10 To 1.0

Use (python) Gstreamer To Decode Audio (to Pcm Data)

I'm writing an application that uses the Python Gstreamer bindings to play audio, but I'm n… Read more Use (python) Gstreamer To Decode Audio (to Pcm Data)

Dynamically Re-sizing Images In A Gstreamer Pipeline In Python

I am trying to create a program to do various animations on different images simultaneously and one… Read more Dynamically Re-sizing Images In A Gstreamer Pipeline In Python

Pocketsphinx + Gstreamer Race Condition? Pocketsphinx Can't Listen To Audio + Record From It At The Same Time In Python Script?

Overview: So this is a follow up to my last problem (here). I will be posting a full answer on that… Read more Pocketsphinx + Gstreamer Race Condition? Pocketsphinx Can't Listen To Audio + Record From It At The Same Time In Python Script?

Gstreamer In Python Exits Instantly, But Is Fine On Command Line

I am trying to build a program or robot that can generate audio and video on the fly and stream it … Read more Gstreamer In Python Exits Instantly, But Is Fine On Command Line

Get The Window Handle In Pygi

In my program I use PyGObject/PyGI and GStreamer to show a video in my GUI. The video is shown in a… Read more Get The Window Handle In Pygi

Gstreamer End Of Stream

I have two streams. Video and audio. One of them can be empty, i.e. end-of-stream at start. But 0:0… Read more Gstreamer End Of Stream