Recognize the "application" data type, which is required for WMS/UDP
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 16:48:56 +0000 (16:48 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 3 Mar 2009 16:48:56 +0000 (16:48 +0000)
commit090438cc818feb631bbff3aab3cca7de3b349419
treef92831673557d6860de9c6ec16dbf2bf5394a190
parent9aaa2077e5879b153d2ce6bea2e42f0c349a083f
Recognize the "application" data type, which is required for WMS/UDP
sessions.

This type is used in RTP/ASF (served by WMS servers), and is required to
make UDP sessions work, but breaks TCP sessions. Therefore, we disable setup
for application streams in TCP/WMS streams.

See discussion in "[PATCH] RTSP-MS 8/15: fix RTSP-MS UDP" thread.

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