]> 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:26:53 +0000 (22:26 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 21 Nov 2007 22:26:53 +0000 (22:26 +0000)
commitab76f23e74331f22d90075a4069b9e0922985759
treedbf62c36c534cb8efac508e194d89f0a3d1d23e0
parent77205605be2747f4bc58777da00b93904addb4d4
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.
THANKS