]> git.sesse.net Git - vlc/commit
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets...
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 21 Nov 2007 22:28:20 +0000 (22:28 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 21 Nov 2007 22:28:20 +0000 (22:28 +0000)
commit6a440b7379fe87ed67f175893e2e7763d62e7ef6
tree6555f0c2b2f4282f6f1ba1cb814c246f99008a21
parentab76f23e74331f22d90075a4069b9e0922985759
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.
modules/demux/live555.cpp