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

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

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?

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

Hls Generated With Gst (ts M3u8) Not Playing On Safari (but Working On Chrome)

i'm trying to use gst to generate an hls video from frames within an existing pipeline. once i … Read more Hls Generated With Gst (ts M3u8) Not Playing On Safari (but Working On Chrome)