Hello,<br><br>In which function is the http(s) &quot;cache in (ms)&quot; settings parameter is used?<br>Is it possible to duplicate the client buffer in two or three parallel buffers? if yes, where?<br><br>I really appreciate any help on that issue.
<br>Mehdi.<br><br><div><span class="gmail_quote">2006/7/12, Clément Stenac &lt;<a href="mailto:zorglub@diwi.org">zorglub@diwi.org</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello,<br><br>Buffering is implemented in two places:<br><br>* At the &quot;stream&quot; level, ie between access and demux. This buffering is<br>&nbsp;&nbsp;small and not parametrable at the moment (you can have a look at<br>&nbsp;&nbsp;src/input/stream.c).
<br>* At the ES level, after the demuxer. This is the buffering that you set<br>&nbsp;&nbsp;with the miscellaneous --foo-caching options. This buffering is<br>&nbsp;&nbsp;achieved by shifting all presentation dates of the stream, so that<br>
&nbsp;&nbsp;when you are reading timestamp X from the stream, it's only played at<br>&nbsp;&nbsp;X+caching, allowing for some jitter.<br><br>Hope this helps,<br><br>--<br>Zorglub<br>Clément Stenac<br><br>--<br>This is the streaming mailing-list, see 
<a href="http://www.videolan.org/streaming/">http://www.videolan.org/streaming/</a><br>To unsubscribe, please read <a href="http://www.videolan.org/support/lists.html">http://www.videolan.org/support/lists.html</a><br><br>
</blockquote></div><br>