Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 04:44:58 +0000 (04:44 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 3 Sep 2008 04:44:58 +0000 (04:44 +0000)
commite9dea59f16d49e4fa03aa10447c8f4f7e902de76
tree8c59f029143c23ac6cd87fb4bcbd123e5ba155b0
parentbea6c1ec802780594ccf3541c763fecd2ad59862
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
of the "RealChallenge2" response, which is some sort of authentication. See
discussion in "Realmedia patch" thread on ffmpeg-devel.

Originally committed as revision 15170 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
libavformat/rdt.c [new file with mode: 0644]
libavformat/rdt.h [new file with mode: 0644]
libavformat/rtsp.c