[libav-devel] [PATCH] rtsp: Only do keepalive using GET_PARAMETER if the server supports it

2011-05-09 Thread Martin Storsjö
This is more like what VLC does. If the server doesn't mention supporting GET_PARAMETER in response to an OPTIONS request, VLC doesn't send any keepalive requests at all. After this patch, libavformat will still send OPTIONS keepalives if GET_PARAMETER isn't explicitly said to be supported. Some

Re: [libav-devel] [PATCH] rtsp: Only do keepalive using GET_PARAMETER if the server supports it

2011-05-09 Thread Ronald S. Bultje
Hi, On Mon, May 9, 2011 at 1:29 PM, Martin Storsjö mar...@martin.st wrote: This is more like what VLC does. If the server doesn't mention supporting GET_PARAMETER in response to an OPTIONS request, VLC doesn't send any keepalive requests at all. After this patch, libavformat will still send