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

2011-05-11 Thread Martin Storsjö
On Mon, 9 May 2011, Ronald S. Bultje wrote: > On Mon, May 9, 2011 at 1:29 PM, Martin Storsjö 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 pat

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ö 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 OPTIONS keepal

[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 R