I am working on streaming device with CSI camera input. I want to duplicate the incomming stream with tee and subsequently access each of these streams with dif
from threading import Thread from time import sleep import gi gi.require_version("Gst", "1.0") from gi.repository import Gst, GLib Gst.init() main_loop = G
As above. Want to artificially increase the loudness of a microphone recording of live scene. Have used the following plugins volume pulsesrc volume=8.0 \
I am writing an application that uses Gstreamer to stream video between two clients. To do that, I wrote two codes in C that implement a sending pipeline and a
I am quite confused about the above topic and its question. I understand from the tutorial and webpage API that to delete an object, you should use gst_object_
I'm trying to get a script running on my raspberry pi (Ubuntu system). Right now, I was just refreshing myself on the basics of opencv, since it's been a little
I'm getting this issue while compiling the code below. I installed gstreamer for Windows and added development jar file to my IDE but I couldn't solve this prob
I'm using a v4l2sink in gstreamer to tee a video stream that I can access in OpenCV. This works when I open the videocapture device and get frames, however at s
:) 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