From ab76f23e74331f22d90075a4069b9e0922985759 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Wed, 21 Nov 2007 22:26:53 +0000 Subject: [PATCH] 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/THANKS b/THANKS index 056643a8f8..f6f4ec27a7 100644 --- a/THANKS +++ b/THANKS @@ -85,6 +85,7 @@ Frank Chao - Chinese Traditional translation Fumio Nakayama - Japanese translation Georgi Chorbadzhiyski - HTTP access error handling fix Gisle Vanem - gettieoffay under win32 +Glen Gray - RTSP keepalive Greg Farrell - rc interface "enqueue" command Gregory Hazel - wxWidgets fixes and improvements Goetz Waschk - Mandrake packages -- 2.39.2