<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El lun, 15 may 2023 a las 11:10, Tim-Philipp Müller (<<a href="mailto:t.i.m@zen.co.uk">t.i.m@zen.co.uk</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi,<div><br><blockquote type="cite" style="margin:0px 0px 0px 0.8ex;border-left:2px solid rgb(114,159,207);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></div></blockquote><div><br></div><div>OK so it seems that in my use case, qos=false + max-lateness=-1 is better than sync=false (for the reasons you stated above) and probably also better than nothing, as otherwise I get no video when the resolution is too high.</div><div><br></div><div>So I guess the only question left is: can I set qos=false + max-lateness=-1 and then have the decoder dynamically drop frames only if it cannot keep up (instead of "based on downstream qos events") ?<br></div><div><br></div><div>Is this feasible?</div></div><div><br></div><div>Thanks,</div><br><div dir="ltr" class="gmail_signature">Guillermo Rodriguez Garcia<br><a href="mailto:guille.rodriguez@gmail.com" target="_blank">guille.rodriguez@gmail.com</a></div></div>