Category "gstreamer"

How should I interpret the gstreamer multifilesink timestamp property?

I am using a multifilesink element in C. multifilesink creates file names with an index, but I need file names with a timestamp. Conveniently, multifilesink sen

Gstreamer, how recover from (rtmpsink) error

I'm building streaming application in python with gstreamer. The application writes data to rtmpsink and to filesink using a tee element. Starting and streamin

python3 gstreamer 1.0 uri becomes none

Is this a bug or expected behavior? The playbin's uri becomes None after I execute pipeline.set_state(gst.State.PLAYING) #!/usr/bin/env python3 # -*- coding:

Specifying complete installation option when running msi from powershell

I am trying to automate the installation of gstreamer on windows using powershell I have the msi file downloaded, and am installing it as shown below PS C:\User

How to create UDP socket connection to receive data from gstreamer udpsink?

I want to create a UDP socket connection to receive data from GStreamer udpsink. When I create a Gstreamer pipeline using udpsink, VLC can play the stream. I wa