[Live-devel] RTSP server extending

Igor Bukanov igor at mir2.org
Tue Apr 24 08:25:17 PDT 2007


On 24/04/07, Ross Finlayson <finlayson at live555.com> wrote:
> (The standard, password-based "Digest authentication" mechanism is
> more flexible anyway.)

The reason I need to check for url-client IP is to allow integration
with a web server. When the web server shows a user a page with RTSP
video objects, a user is already authenticated and a cookie is used to
maintain the HTTP session. Thus the idea is to embed the coockie into
rtsp urls. Then to authorize the user the video server would simply
pass the client ip address and the coockie together with video name to
the web server asking for a confirmation if this client has
permissions to access a particular video.

Digest authentication is useless for this, one really needs
specialClientAccessCheck.

Regards, Igor


More information about the live-devel mailing list