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)
Save Video file based on user-input using gstreamer pipeline
I am working on Gstreamer Project, In which I have to record video dynamically based on inputs received over UDP. The video from camera is streamed over udp to streaming device and based on the user i...
TheLazy
Votes: 0
Answers: 0
Gstreamer Extract Audio From m3u8 Video Stream
I am trying to extract the audio from a HLS m3u8 live video stream into either FLAC, PCM, or OGG-OPUS. I've tried several options. They all create the file on my desktop but when I play the file, no...
Marc
Votes: 0
Answers: 1
Delay on Gstreamer video rendering
I am working on an Gstreamer application that renders decoded frames. The input is from another application (gets frames from a network camera) that gives .H264 encoded frames.
The gstreamer pipeline ...
zenaku
Votes: 0
Answers: 1
What does gstreamer's h264parse really do?
I'm confused with what h264parse really does.
I tested with this commands:
with h264parse:
gst-launch-1.0 videotestsrc num-buffers=10 ! x264enc ! h264parse ! avdec_h264 ! videoconvert ! autovideosink
...

user10838321
Votes: 0
Answers: 1