Category "gstreamer"

Gstreamer: Is there plugin to increase audio volume of an audio source

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 \

Bandwidth estimation : adding RTCP header extension - Gstreamer C

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

Gstreamer: How do Gstreamer deletes its object

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_

GStreamer warning when running OpenCV on Ubuntu

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

java.lang.UnsatisfiedLinkError: Could not load library gstreamer-0.10

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

VideoCapture Release - Failed to Allocate Buffers (V4l2src) Jetson NX

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

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