Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
13 views

I´m very very new in Gstreamer and I need to play a RTSP with h265 for Android I am trying to build tutorials but unfortunately not able to build also tried to create new project by myself but getting ...
Prathamesh Suryawanshi's user avatar
0 votes
0 answers
23 views

I'm wanting to setup a stream that performs ultra low latency calculations on a video stream, but also makes it available to rtsp clients. Ie: Incoming stream -> Scale & Perform work (Ultra ...
Peter's user avatar
  • 679
-5 votes
1 answer
60 views

Description I’m developing a GStreamer-based RTSP client that pushes a local video stream to a MediaMTX RTSP server over TCP using rtspclientsink. However, the pipeline fails intermittently with “...
suo's user avatar
  • 1
1 vote
0 answers
61 views

I’m trying to make a script in python that restream an RTSP feed that has been processed in OpenCV (where I overlay the current date and time on each frame). After processing, I use GStreamer to ...
IRenGI's user avatar
  • 11
0 votes
0 answers
48 views

I am working with Qt 6.8 (QtWidgets) on an embedded Linux/Yocto device. I want to play a video in my application. It should be possible to play, pause, seek 5 sec forward, seek 5 sec backward and load ...
ano's user avatar
  • 38
0 votes
0 answers
102 views

I am trying to set up an RTSP server using the GStreamer API for C++. I would like to cleanly shut down and relaunch this streamer on command. I have finally managed to implement a pipeline that seems ...
mapf's user avatar
  • 2,054
2 votes
0 answers
72 views

I'm creating an ABR controller for streaming user's desktop using Rust and GStreamer. The purpose of my abrcontroller.rs is to set up a GStreamer instance and handle bitrate changes. The sink I'm ...
Proposal21's user avatar
0 votes
0 answers
43 views

I am encountering an issue where video playback does not correctly display within a QVideoWidget when using a playbin element in a GStreamer pipeline with Qt's QMediaPlayer. However, when I use a ...
DjDj_I_want_fly's user avatar
0 votes
0 answers
21 views

I am trying to integrate GStreamer via JNI into an existing Android Studio project. My Android.mk file looks like this: LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := rtsp-...
NotABot's user avatar
0 votes
1 answer
60 views

I'm updating the project, in which Qt, PostgreSQL and GStreamer are used. I need to update PostgreSQL to the latest version. PostgreSQL libpq.dll depends on several dlls and one of them is libintl-9....
Eugene's user avatar
  • 87
0 votes
0 answers
53 views

I used RootEncoder sample android app that can stream RTSP. In my mac i used Gstreamer RTSP server created via python code. In the android app i entered the RTSP endpoint that is my mac ipaddress to ...
vinoth87's user avatar
  • 310
2 votes
0 answers
72 views

I currently have this pipeline using Gstreamer 1.24.3 C API uridecodebin -> videorate -> videoconvert -> queue -> tee (2 src) tee_src1 -> queue -> videocrop -> videoscale -> ...
Ejjk's user avatar
  • 21
0 votes
0 answers
137 views

I'm trying to capture a stream from an Axis encoder on a wpf application using Gstreamer SDK, The stream always tends to start in a new window but not the element I created in the WPF itself. When I ...
Ahmed Magdi's user avatar
0 votes
0 answers
50 views

import time import gi, glob gi.require_version('Gst', '1.0') from gi.repository import Gst, GLib from app.factories import OverlayFactory import os os.environ['GST_DEBUG'] = '3' class GstRunner: ...
Ruslan Vyvdyuk's user avatar
1 vote
0 answers
42 views

I'm trying to handle DTMF (telephone-event) pads from GStreamer's rtpbin element in a Kurento media server application. Both direct linking and capsfilter approaches fail with "caps are ...
Pankaj Patel's user avatar
0 votes
0 answers
39 views

I am able to record videos using the Gst.parse_launch() utility, it waits for EOF and gracefully closes the files. When I tee the encoded streams for liveViews, while recording, I have to create ...
Haziq's user avatar
  • 1
0 votes
1 answer
145 views

I'm trying to implement a passthrough where one of the server can have rtp packets pushed to it and the other allows those same packets to be watched. In a basic example I've created a record media ...
Steve's user avatar
  • 151
1 vote
1 answer
67 views

I want to stream RTSP pipeline using MediaMtx server. To do that I'm using rtspclientsink of gstreamer. At the moment I'm doing it using EmguCv compiled with Gstreamer enabled. But I wanted to do ...
JuanDYB's user avatar
  • 808
0 votes
0 answers
40 views

I have been trying to figure out if it is possible to stream media-file containing more than one audios and single video in it! As per the steps of connection establishment in RTSP, when the two-way ...
mvp-acl's user avatar
1 vote
1 answer
134 views

I am new to Gstreamer and I am working on a C project using glib. The main task would be that, having a pipeline, we should be able to switch from one source to the other during runtime. My current ...
Szilard Balogh's user avatar
0 votes
0 answers
91 views

I am working on building a screen capture app and am just trying to get recording a 3 second clip working. I am running Arch and Hyprland. I am using gstreamer, ashpd to setup pipewire. This allows me ...
JohnWayyyne's user avatar
1 vote
0 answers
74 views

I followed this official OpenCV tutorial to build OpenCV 4.1.2 with GStreamer support on Windows 11 (64-bit). Build and install were successful, but importing cv2 fails with: ImportError: DLL load ...
Prosper Chukwudi's user avatar
0 votes
0 answers
61 views

I have this gstremer pipeline which is started by Qprocess in Qt Application: gst-launch-1.0 rtspsrc location="rtsp://admin:[email protected]:554/sub" ! rtph264depay ! h264parse ! mpegtsmux ...
MAB's user avatar
  • 29
0 votes
0 answers
137 views

I have been working on camera software, which will stream live fullhd video to Cloudflare Stream via RTMPS protocol. Everything is mostly working nicely, but I have occasional A/V sync issues with the ...
kepperi's user avatar
0 votes
0 answers
62 views

I’m working on Windows, using C++ and Visual Studio. I’ve added an implementation of gstreamer into an already existing project and now I need to pack it and test it into our target machines. The ...
JFF's user avatar
  • 51
1 vote
0 answers
83 views

I want to skip n seconds forward and backward in gstreamer cv2 capture for recorded videos. But when I use cap_gstreamer.set(cv2.CAP_PROP_POS_FRAMES, fps*skip_second) it resets seeker to beginning of ...
Alperen Ölçer's user avatar
0 votes
0 answers
28 views

I'm trying to deploy an application I've developed using Gstreamer as part of its functions and components. In order to deploy it I'm adding all the .DLL files into the root folder of the application ...
JFF's user avatar
  • 51
0 votes
0 answers
129 views

I'm working on a GStreamer pipeline that muxes H.264 video and KLV metadata into an MPEG-TS stream using mpegtsmux. While this setup functions correctly with GStreamer 1.16.3, I'm encountering issues ...
fodunyan's user avatar
0 votes
0 answers
101 views

I am trying to achieve a transparent rectangle in the resulting frame rendered on screen, but cannot find how to do this. Pipeline: I am writing a c++ application. I have multiple incoming video ...
Rasmus Johansson's user avatar
0 votes
1 answer
99 views

This is the error I get when I try to get my custom plugin registered: t$ GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-inspect-1.0 audiotestsrc_py.py (gst-inspect-1.0:82): GStreamer-WARNING **: 18:57:46....
Ali Soliman's user avatar
0 votes
0 answers
65 views

We are recording Mediasoup-based (https://mediasoup.org/) video calls using GStreamer on the backend(for your reference i shared code link(https://github.com/ethand91/mediasoup3-record-demo/blob/...
Ashish Maradiya's user avatar
0 votes
0 answers
90 views

I'm trying to send a video acquired by my webcam through rtsp stream but I cannot reproduce using VLC, it seems that I cannot send out the frame at the end of pipeline. My setup is the follow: ...
Luca's user avatar
  • 9
0 votes
1 answer
117 views

I’m using gstreamer rtspsrc to connect to live cameras as part of a pipeline. At this point I already have a working pipeline that opens almost all of the incoming streams, the problem is that I have ...
JFF's user avatar
  • 51
0 votes
1 answer
152 views

I am building a Webrtc based virtual browser. I have my backend setup in golang and I am using pion/webrtc and Gstreamer to handle the multimedia aspects of the applicatoin. I am stuck on this strange ...
Siddarth Saha's user avatar
1 vote
0 answers
55 views

I’m using the discoverer component to extract some info from a set of incoming streams, precisely I want to textract the codec in which the streaming comes to apply the proper pipeline. My current ...
JFF's user avatar
  • 51
1 vote
2 answers
137 views

currently I’m building an application that will need to handle different types of streams, some of them are H264 and some other are MJPEG, thus I’m trying to build C++ code that generates the adecuate ...
JFF's user avatar
  • 51
1 vote
1 answer
294 views

I'm trying to write a working pipeline for capturing an RTPS Stream using MJPEG instead of H264, currently I have a working pipeline using H264, thus I know that my stream is working properly. But ...
JFF's user avatar
  • 51
0 votes
1 answer
264 views

I am working with an RTSP stream from a Hikvision camera, which has its internal time synchronized via NTP. I am trying to extract timestamps from the video frames using OpenCV and GStreamer. My goal ...
deondmello16's user avatar
2 votes
0 answers
59 views

I'm currently writing a C++ Qt App that takes a webcam feed and applies some processing to each frame before rending the processed frame to the app. The problem I'm getting is that when I start my Qt ...
EnigmaticBacon's user avatar
2 votes
1 answer
157 views

I want to implement the following target architecture: One pipeline for each received network RTP streams via udpsrc (more than 10 in total) One pipeline for each device which mixes multiple network ...
Frank's user avatar
  • 31
0 votes
0 answers
125 views

I am using Live555 to stream an RTSP/SRTP stream, which appears to use MIKEY encryption. On the receiving end, I am using GStreamer. However, it seems that Live555 does not provide an option to ...
MVK's user avatar
  • 1
0 votes
2 answers
146 views

I have a raspberry pi with bookworm lite, I would like to stream an internet radio station using gstreamer from the command line There must be some plugin that can do this. Specifically I'd like to ...
CrabbyPete's user avatar
0 votes
0 answers
95 views

I've found a few articles regarding this problem but none of them were able to work for me. So anyways, I was able to get my camera streaming to it's host machine using the command $ gst-launch-1.0 ...
msalaz03's user avatar
0 votes
0 answers
35 views

Description: I am trying to create a GStreamer pipeline that takes input from two different RTSP streams and processes them in parallel using separate branches. However, when I attempt to run the ...
Shankar Bharadwaj's user avatar
2 votes
0 answers
188 views

Describe the bug I'm trying to build a fake camera source with my own specific pattern using opencv. However the camera starts but seems to never get picked up by the arvtools/arvviewer. To Reproduce ...
Karim Dhrif's user avatar
0 votes
0 answers
39 views

My gstreamer code generates a distorted image if the values ​​passed to videocrop to remove pixels from the left side of the image are different from the values ​​passed to remove pixels from the ...
Caroline 's user avatar
0 votes
1 answer
98 views

We are getting h264 video from rpi camera, but could not set keyframe interval. Is there a way? This is our command libcamera-vid -t 0 --inline --bitrate 2000000 --width 1920 --height 1080 --framerate ...
FSA's user avatar
  • 107
0 votes
1 answer
169 views

I want to use gstreamer to package and stream h264 video frames. The udp method succeeds, but the tcp method does not work. What is my problem? This is a rtp client program. The following is the code ...
Linby's user avatar
  • 1
1 vote
0 answers
71 views

I am new to GStreamer. I have a pipeline that streams a VOD file to an RTMP output. I added a live RTMP stream as a second input and used input-selector to switch between them. However, after ...
venkatesh's user avatar
0 votes
0 answers
67 views

I'm facing the issue while testing hw accelirated decoding in Chromium. After some investigation I found out that at the start of decoding Chromuim calls VIDIOC_STREAMON ioctl first and the starts to ...
Sergo's user avatar
  • 41

1
2 3 4 5
100