Record with video and audio don't start at zero

Arnaud Tullio tullio.arnaud at gmail.com
Mon Sep 27 12:28:49 UTC 2021


Hi all,

I succeeded in recording the video and making it start at zero thanks to
offset-to-zero=true (first pipeline). But when I add an audio recorder, the
problem comes back. The video starts with 5s delay VLC.

Here is my pipeline *without *audio :
*gst-launch-1.0 udpsrc port=5200 caps="application/x-rtp, payload=96" !
rtpjitterbuffer ! rtph264depay ! h264parse ! avdec_h264 ! matroskamux
offset-to-zero=true ! filesink location= test.mkv*

Here is my pipeline *with *the audio :
*gst-launch-1.0 udpsrc port=5200 caps="application/x-rtp, payload=96" !
rtpjitterbuffer ! rtph264depay ! h264parse ! avdec_h264 ! queue ! mux.
wasapisrc low-latency=true ! queue ! mux. matroskamux offset-to-zero=true
name=mux ! filesink location= test.mkv*

with this message in the consol : *Dropped 246720 samples. This is most
likely because downstream can't keep up and is consuming samples too
slowly.*

Does anyone have any idea how to solve this?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210927/b5e91df9/attachment.htm>


More information about the gstreamer-devel mailing list