[vlc-devel] vlc: svn commit r23228 (jpsaman)

Subversion daemon svn at videolan.org
Wed Nov 21 23:00:21 CET 2007


r23228 | jpsaman | 2007-11-21 23:00:20 +0100 (Wed, 21 Nov 2007) | 2 lines
Changed paths:
   M /branches/0.8.6-bugfix/THANKS
   M /branches/0.8.6-bugfix/modules/demux/live555.cpp

Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.

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



More information about the vlc-devel mailing list