python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
gstreamer hangs when encoding a splitted stream with h264
I am using gstreamer to build a pipeline which splits an incoming video stream into two branches, one of which is displayed on the screen, and the other one is encoded and saved on the disk. However, ...
David Di Lorenzo
Votes: 0
Answers: 1
how to restart gstreamer pipeline that is streaming over udp if network connection breaks
I am running a gstreamer pipeline in a jetson xavier NX and streaming a 4k live stream over udp to a server. I am running a shell script which runs the pipeline directly using CLI. When the connection...
Akshay Acharya
Votes: 0
Answers: 2
Gstreamer, alsa, bluealsa: bluetooth audio not working in 2 ways audio stream
Context
So I have 2 Gstreamer pipelines, one to send audio up (PC to Pi) to a Raspberry Pi, and another to send audio down (Pi to PC).
The audio down is getting sound from a USB mic and the audio up i...

vinalti
Votes: 0
Answers: 0
How to copy and release a buffer in Gstreamer
I am working with the Python bindings for Gstreamer. I have a Buffer objects that I would like to copy and add to a queue so that it can be later processed by another thread.
My application has a memo...
user1315621
Votes: 0
Answers: 1