OSDN Git Service

rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
authorMartin Storsjö <martin@martin.st>
Wed, 30 Mar 2011 20:35:28 +0000 (23:35 +0300)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 30 Mar 2011 20:44:07 +0000 (22:44 +0200)
commit229e2631be528c595650a7568c1d4df8af9c4944
tree08dbb3579b7a2e8b01c6ffcdb65a4d58d63dfe5f
parent4b6f097b21d29ac11dd587038b0d385dbbed1c24
rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers

According to the RFC, GET_PARAMETER should be used for
this, and according to a report from Tim Ouellette,
OPTIONS doesn't work for keeping the connection alive for some
servers. Also, live555 uses GET_PARAMETER for this purpose.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavformat/rtspdec.c