> So,  how does one specify multiple credentials when starting live proxy with 
> multiple URIs?

The only way to do this (without modifying the application code) is to use 
rtsp:// URLs that contain the username and password - i.e., 
rtsp://user:password@IPAddress/streamName

If your back-end server(s) don’t support rtsp:// URLs like this, then you would 
need to modify the call to "ProxyServerMediaSession::createNew()” at line 222 
of “live555ProxyServer.cpp” to take a different username and password for each 
“ProxyServerMediaSession” (i.e., proxied stream) that you create.


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


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to