[MPlayer-cvslog] r31201 - trunk/stream/cache2.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed May 26 20:26:34 CEST 2010


On Mon, May 24, 2010 at 05:38:50PM +0300, Ivan Kalvachev wrote:
> Could you try to find some workaround for the known problem with eof
> handling. For networks streams if playback is paused, server may
> disconnect the connection and cache would fail to resume, thinking it
> have reached the eof. Same thing happens with local files that are
> still growing.

Local files should work, for the HTTP issue a keepalive might make sense
to avoid the problem in the first place, and otherwise HTTP code needs to
detect it lost the connection and should try reconnecting by itself, the
cache should never even become aware of it.


More information about the MPlayer-cvslog mailing list