Implement Realmedia/RTSP-compatible SETUP command. This includes calculation
commit6e0263c321627ddd51f21204b18606a1deaed637
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 04:44:58 +0000 (3 04:44 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 04:44:58 +0000 (3 04:44 +0000)
tree81e486b6b60b2488248140f63b743aea545a9b9b
parentebb73fd737ff2f3a1f3d585c2993964f3b54b3a1
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15170 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/Makefile
libavformat/rdt.c [new file with mode: 0644]
libavformat/rdt.h [new file with mode: 0644]
libavformat/rtsp.c