Skip to main content
0 votes
0 answers
37 views

Distro: Slackware-15 64bit GStreamer 1.18.5 I am trying to access an rtsp stream from a cheap FPV drone with GStreamer. I can access the stream with ffplay, and gst-discover accesses the stream and ...
epilitimus's user avatar
0 votes
1 answer
41 views

I am currently implementing a deepstream pipeline in python with a tee split as follows: streammux -> tee -> queue1 -> detector1 -> tracker1 -> queue2 -> detector2 -> tracker2 The ...
user32306963's user avatar
Tooling
0 votes
0 replies
19 views

I'm trying to the the wpe plugin for gstreamer on ubuntu 20.04 but it doesn't seem like it's in the gst-plugins-bad package anymore? I saw in the official gst documentation that wpe plugin is in bad ...
issac1222's user avatar
0 votes
0 answers
83 views

I am trying to connect my module with an RTSP stream using GStreamer. I am mainly using this example and I have modified it a bit to my needs. # import necessary arguments import gi import cv2 import ...
Eypros's user avatar
  • 5,747
1 vote
2 answers
140 views

I’m sending a WebRTC H264 stream from a GStreamer webrtcbin pipeline. It works in Chromium/Edge and Safari (video renders, frames/bytes received). In Firefox, the connection succeeds, and a video ...
Muhammad Haziq's user avatar
0 votes
1 answer
60 views

I am using a GStreamer pipeline to redirect a video stream to a file. pipelineCamRec0 = gst_pipeline_new("pipeline"); sourceCam0Rec = gst_element_factory_make("rtspsrc", "...
Tomaž Smodiš's user avatar
0 votes
1 answer
144 views

I am trying to create a simple rolling recorder with gstreamer using splitmuxsink. std::string getTime() { std::time_t t = std::chrono::system_clock::to_time_t(std::chrono::system_clock::now()); ...
Nyacreeps's user avatar
0 votes
0 answers
58 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
-6 votes
1 answer
155 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
0 votes
0 answers
110 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
  • 1
0 votes
0 answers
65 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
136 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,064
2 votes
0 answers
94 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
51 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
24 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

15 30 50 per page
1
2 3 4 5
331