<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi all,</div><div><br></div><div>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. </div><div><br></div><div>Here is my pipeline <b>without </b>audio : </div><div><i>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</i><br></div><div><br></div><div>Here is my pipeline <b>with </b>the audio : </div><i>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</i><br><div><br></div><div>with this message in the consol : <i>Dropped 246720 samples. This is most likely because downstream can't keep up and is consuming samples too slowly.</i></div><div><i><br></i></div><div>Does anyone have any idea how to solve this?</div></div></div></div>