[vlc-devel] [PATCH] RTSP KeepAlive Fix
    Glen Gray 
    slaine at slaine.org
       
    Wed Nov 21 18:04:34 CET 2007
    
    
  
Here's a couple of patches for VLC 0.8.6c and VLC-Trunk to fix an issue 
with KeepAlive. If the server doesn't handle RTCP-RR packets and 
requires specific GET_PARAMETER commands (such as Kasenna) then the 
session times out when we're paused as the current version only sends 
the info when the Demux is called (which only happens while data is 
recieved). This fix sets a boolean during PAUSED states which allows the 
timer thread send the GET_PARAMETER messages instead.
-- 
Glen Gray (slaine at slaine.org)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp_keepalive_fix_0.8.6c.diff
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20071121/37e43b0f/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: rtsp_keepalive_fix_TRUNK.diff
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20071121/37e43b0f/attachment-0001.ksh>
    
    
More information about the vlc-devel
mailing list