<html><head></head><body>Hi,<div><br><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div>What would be the differences between qos=false + max-lateness=-1 and<br>setting sync=false ?</div></div></div></blockquote><div><br></div><div>I don't think there'd be a difference if all your frames are late, but there'd be a difference if some of your frames are early.</div><div><br></div><div>With sync=true the sink will wait for the right time to output those early frames. With sync=false it will just output the frame immediately and not even look at the timestamps or the clock or anything.</div><div><br></div><div>So in a normal live playback scenario where the decoder can keep up sync=false will make the output jittery (because in practice the decoder will decode some frames faster than others, and some frames might also come faster out of the jitterbuffer than others, e.g. when there was packet loss, or because the network delay is not constant).</div><div><br></div><div>Cheers</div><div> Tim</div><div><span></span></div></div></body></html>