<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>I guess most local network access have a fast round-trip time. So we could enable FAST SEEK for them.<br></div><div><br></div><div>For now, 256kb seems to be a good compromise, and safer than enabling fast seek.<br></div><div><br></div><div>On Fri, Feb 7, 2020, at 16:48, Rémi Denis-Courmont wrote:<br></div><blockquote type="cite" id="qt"><div>Hi,<br></div><div><br></div><div>Fast seeking depends on round-trip time (a.k.a. "ping"), not bandwidth, so the answer is that "it depends".<br></div><div><br></div><div class="qt-gmail_quote"><div>Le 7 février 2020 12:11:11 GMT+02:00, Thomas Guillem <thomas@gllm.fr> a écrit :<br></div><blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:0pt;margin-left:0.8ex;border-left-color:rgb(204, 204, 204);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><pre class="qt-k9mail"><div><br></div><div><br></div><div>On Thu, Feb 6, 2020, at 17:57, Rémi Denis-Courmont wrote:<br></div><blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:1ex;margin-left:0.8ex;border-left-color:rgb(114, 159, 207);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><div>Le torstaina 6. helmikuuta 2020, 17.29.54 EET Thomas Guillem a écrit :<br></div><blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:1ex;margin-left:0.8ex;border-left-color:rgb(173, 127, 168);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><div>This fixes slow probing/seeking when using prefetch since it requests big<br></div><div>data size (16MB) for each read().<br></div></blockquote><div>The impact of read size on effective stream bandwidth is roughly hyperbolic. <br></div><div>Existing Trac report show that 32 KiB is far too little in real life:<br></div><div><a href="https://trac.videolan.org/vlc/ticket/19988#comment:15">https://trac.videolan.org/vlc/ticket/19988#comment:15</a><br></div></blockquote><div><br></div><div>I missed that comment, thanks for you input.<br></div><div>So the faster you are, the less responsive (to seek) you are.<br></div><div><br></div><div>I think I will go between 128k and 1024k. I will do some test at home with my poor wifi setup.<br></div><div><br></div><div>What about your comment "Marking CIFS as fast-seekable".<br></div><div><br></div><div>CIFS is 99% local network (except those using it via ssh/port redirect).<br></div><div>So it should be fast, but lot of people have a bad wifi setup (like me), it's not uncommon to only have 800kb/s (bad router + lot of wifi neighbors in a city).<br></div><div><br></div><div>Is 800kb/s fast enough to enable fast-seekable ?<br></div><div><br></div><div>Crazy idea: live switch between the 2 cache modules depending on the I/O speed.<br></div><div><br></div><div>> <br></div><blockquote style="margin-top:0pt;margin-right:0pt;margin-bottom:1ex;margin-left:0.8ex;border-left-color:rgb(114, 159, 207);border-left-style:solid;border-left-width:1px;padding-left:1ex;" class="qt-gmail_quote"><div>-- <br></div><div>雷米‧德尼-库尔蒙<br></div><div><a href="http://www.remlab.net/">http://www.remlab.net/</a><hr>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div></blockquote><div><hr>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br></div></pre></blockquote></div><div><br></div><div>-- <br></div><div>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté. <br></div><div>_______________________________________________<br></div><div>vlc-devel mailing list<br></div><div>To unsubscribe or modify your subscription options:<br></div><div>https://mailman.videolan.org/listinfo/vlc-devel<br></div></blockquote><div><br></div></body></html>