<div dir="ltr">I just realized that the delay was actually added in autovideosink not in jitterbuffer. So If I use autovideosink sync=false I get exactly what I need:<div><br></div><div>send: ~/gst/master/gst-rtsp-server/examples/test-video-rtx</div><div>receive: gst-launch-1.0 -v rtspsrc location=rtsp://<a href="http://127.0.0.1:8554/test">127.0.0.1:8554/test</a> latency=500 buffer-mode=slave do-retransmissions=true ! decodebin ! autovideosink <b>sync=false</b><br><div><br></div></div><div>--</div><div>LauriE</div></div>