Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 31 Aug 2008 03:12:13 +0000 (03:12 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 31 Aug 2008 03:12:13 +0000 (03:12 +0000)
commit158efd74fe15d8fb4e56d3055db0ae48bc665426
tree504efc020867cfb4f20802388309c6f31ffe6857
parent1f6a594de4f415f97adb324c7b897ac1fa0078d1
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"
thread on mailinglist for discussion. This patch also implements a
RTSPServerType enum, which allows the RTSP to keep track of what kind of a
stream we're handling: standard-compliant RTP or a proprietary derivative.
This will be used in subsequent patches to implement more Realmedia-specific
extensions required to receive and parse data coming from a Realmedia server.

Originally committed as revision 15104 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c
libavformat/rtsp.h