[Live-devel] pass authentication from uri from the proxy to my rtspservers?

Ross Finlayson finlayson at live555.com
Wed Dec 18 16:32:43 PST 2013


Note that whatever authentication that the proxy server uses to authenticate 'front-end' streams is completely independent of whatever authentication the 'back-end' stream requires.  You can have authentication on the front-end stream, but not the back-end stream, or vice-versa.

Note also that because the proxy server accesses the back-end stream (using "DESCRIBE") before the first front-end client connects, it makes no sense to talk about using any information from the front-end client to authenticate the back-end stream.

Also, if you want to customize the authentication mechanism, and you're feeling adventurish, you can subclass "RTSPServer" and redefine one or both of the virtual functions "specialClientAccessCheck()" and "specialClientUserAccessCheck()".  You're on you own here though...


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20131219/42517820/attachment.html>


More information about the live-devel mailing list