Category "gstreamer"

gstreamer pipeline for rtp audio forwarding to multiple sinks with different delays

:) I'm trying to receive an rtp audio stream using gstreamer and forward it to multiple target hosts with different delays. To insert a delay, I use the queue e

Gstreamer cant play stream from other pc: h264->rtp->udp

I want to stream a h264 video over UDP to another pc. I am using this pipeline to produce the stream:videotestsrc ! video/x-raw,width=400,height=400,framerate=7

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