[vlc-devel] vlc: svn commit r24140 (pdherbemont)

Subversion daemon svn at videolan.org
Sun Jan 6 13:31:25 CET 2008


r24140 | pdherbemont | 2008-01-06 13:31:24 +0100 (Sun, 06 Jan 2008) | 3 lines
Changed paths:
   M /trunk/modules/access/ftp.c

ccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin <andrew.zaikin at gmail.com>. Full comment below:
I can see that if you are watching video over ftp and you are pausing playback for a couple of minutes, VLC is unable to resume playback, because corresponding FTP data connection is closed (getting "connection reset by peer" error). To solve this issue I would propose to seek to the current position when VLC is resuming playback. Seek operation in ftp re-open data connection - that is exactly what we need here.

 > http://trac.videolan.org/vlc/changeset/24140



More information about the vlc-devel mailing list