]> git.sesse.net Git - vlc/commit
RTSP authentication with DSS
authorRolf Ahrenberg <Rolf.Ahrenberg@saunalahti.com>
Fri, 31 Oct 2008 12:44:26 +0000 (14:44 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 1 Nov 2008 13:30:25 +0000 (15:30 +0200)
commitc502ce6e81ae4fb29bb72d07bca717d54e7f7c10
treed1013b2f41f8d4822c9f9a4fbcee17e6fc766db6
parent08d7a20d7bfda963eb3b71443042165b19b86531
RTSP authentication with DSS

This patch enables a working RTSP authentication with the Darwin
streaming server (DSS).

When the VLC is compiled against Live555 streaming media library
(live.2008.09.02), the authentication fails when both username and
password are asked via a VLC dialog as the DSS requires authorization
also for SETUP, PLAY, and TEARDOWN commands and the necessary
information isn't delivered correctly to the Live555 library. The VLC
used Live555 interface in such a way, that the authenticator was valid
only for the DESCRIBE when I debugged the library with vlc-0.9.2. The
problem still exists in vlc-0.9.5.

Signed-off-by: Rolf Ahrenberg <Rolf.Ahrenberg@saunalahti.fi>
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
modules/demux/live555.cpp