:) 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
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
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
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
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:
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
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