Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [gstreamer]

Questions related to GStreamer (also known as Gst), an open source multimedia framework, powering everything from Linux servers and Linux desktop systems to a host of embedded devices.

-1 votes
0 answers
5 views

GTK+3 app gets dark playing a video on raspberrypi4-64

I was trying to deploy this app on an embedded system built over the yocto project (link). The app works fine on desktop but on raspberrypi 4 mod B, once the video starts to be played the UI becomes ...
Wael Karman's user avatar
0 votes
0 answers
25 views

GStreamer dynamic rsvgoverlay using SVG sent over UDP

I am trying to add a dynamic SVG overlay on a video stream using GStreamer. This is necessary because the data on our SVG can change and this change should be reflected on the stream. The static ...
Martin Reinok's user avatar
0 votes
0 answers
35 views

Sharing metadata across multiple GStreamer Rust plugins

I'm trying to create my own collection of GStreamer plugins similar to @slomo's repo here. One thing I've run across when using my own metadata is that it only (easily) works within a single plugin. ...
vesuvisian's user avatar
0 votes
0 answers
17 views

How to convert bayer raw10 to H.264 using GStreamer?

I'm trying to create a gstreamer pipeline to transcode bayer raw10 frames to H.264 using appsrc. Here's what my pipeline looks like: r#"appsrc name=src is-live=true block=true caps="video/x-...
Guilherme's user avatar
0 votes
0 answers
22 views

Error with using avenc_h264_omx element in Gstreamer

I use Raspberry CM4 module for video streaming While trying many encoder , i bump into problem with using avenc_h264_omx in the following pipeline gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-...
Anri's user avatar
  • 3
1 vote
1 answer
33 views

WebRTC H.264 no picture with x264enc

I am trying to stream some video to a browser using WebRTC. To accomplish this, I have a gstreamer instance that encodes the video and sends it to a server via RTP which simply packs it into WebRTC to ...
Lukor's user avatar
  • 1,665
1 vote
0 answers
17 views

gstreamer: element to convert mono to stereo while keeping stereo unchanged

Is there a native gstreamer element that will convert mono to interleaved-stereo while keeping interleaved-stereo audio unchanged? I've tried to read the docs but I'm kinda in a hurry right now.
cebola's user avatar
  • 140
0 votes
0 answers
11 views

GStreamer dynamic RTSP Factory

I want to build a RTSPMediaFactory with GStreamer that would redirect the client to a video or another based on how many clients arrived before: First two clients should be redirected to video/stream ...
RobBlanchard's user avatar
0 votes
1 answer
33 views

OpenCV GStreamer VideoWriter write hangs in a Python multiprocessing Process

I'm working on real-time image processing using a Raspberry Pi camera. To optimize processing times, I'm trying to separate some image transformations and video encoding in a separate Process: import ...
Aurelien Montmejat's user avatar
0 votes
0 answers
46 views

GStreamer pipeline writing UDP stream frames to JPEG images, but some frames have scattered pixels

I have written a C++ code using a GStreamer pipeline that takes a UDP stream as input and writes the frames into JPEG images. However, some of the output images have scattered pixels and are also ...
sonusi's user avatar
  • 1
0 votes
0 answers
51 views

How to make Gstreamer RTSP -> UDP -> RTSP low latency pipeline?

I need to forward an rtsp stream from an axis camera through an udp port. I have this pipeline on the send side: gst-launch-1.0 rtspsrc location='rtsp://XXXX:[email protected]/axis-media/media.amp' ...
Marco Carandente's user avatar
0 votes
0 answers
31 views

GStreamer VC++ for converting RTP (Payload Type 96 (PT-96) ) to wav audio file

My application requirement is that I need to sniff network packets from the network card and filter RTP packet of payload type 96 (PT-96) and convert and save them in a wav audio file. I have filtered ...
kapil kaushik's user avatar
2 votes
0 answers
26 views

Handling EOS Messages in GStreamer and Stopping Egress in Go Application

I'm working on a Go application that uses GStreamer for handling media streams and a custom egress service to manage outgoing streams. I'm facing issues when the GStreamer pipeline receives an EOS (...
Deepak Sharma's user avatar
0 votes
0 answers
15 views

Error linking capsfilter with shmsink/jpegdec on GStreamer doesn't happen with gst_parse_launch()

I am building an app that can stream my webcam to a shared memory using shmsink plugin, and elsewhere get it using shmsrc and registering it to a file. The following works perfectly : Creating the shm ...
Karim Dhrif's user avatar
0 votes
0 answers
56 views

Receiving an RTSP stream with a custom codec in Python (on Windows)

I am building a pyside application on windows and I am trying to receive an rtsp stream carrying data encoded in a custom codec. I've tried a few things that didn't work, so I need some help. I first ...
ismail hosny's user avatar

15 30 50 per page
1
2 3 4 5
335