[streaming] Re: client http buffering

Mehdi Nafaa mehdi.nafaa at gmail.com
Thu Jul 13 14:50:32 CEST 2006


I just took a look to stream.c, but I don't know if it is possible to
duplicate that client buffer to fill it from two or three different sockets.
If yes which variable are involved?
Thanks in advance.

2006/7/13, Mehdi Nafaa <mehdi.nafaa at gmail.com>:
>
> Ok thank you I'll look after
> Mehdi.
>
>
> 2006/7/12, Clément Stenac <zorglub at diwi.org>:
>
> > Hello,
> >
> > Buffering is implemented in two places:
> >
> > * At the "stream" level, ie between access and demux. This buffering is
> > small and not parametrable at the moment (you can have a look at
> > src/input/stream.c).
> > * At the ES level, after the demuxer. This is the buffering that you set
> > with the miscellaneous --foo-caching options. This buffering is
> > achieved by shifting all presentation dates of the stream, so that
> > when you are reading timestamp X from the stream, it's only played at
> > X+caching, allowing for some jitter.
> >
> > Hope this helps,
> >
> > --
> > Zorglub
> > Clément Stenac
> >
> > --
> > This is the streaming mailing-list, see
> > http://www.videolan.org/streaming/
> > To unsubscribe, please read http://www.videolan.org/support/lists.html
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.videolan.org/pipermail/streaming/attachments/20060713/101534d7/attachment.htm 


More information about the streaming mailing list