Hi Ross,

 

I have built  a player based on the openRTSP sample and it works 

just fine. Now I have created a password protected server by adding: 

 

UserAuthenticationDatabase* authDB = NULL;

authDB = new UserAuthenticationDatabase;

authDB->addUserRecord(username, password);

 

When I pass the 

 

-u username password 

 

parameters to my application it does not receive the stream.

 

I can receive the stream using the command line openRTSP (pre-built exe).

 

Any clue as to what I might be doing wrong? Is there any flag that needs to
be 

set before I can use this functionality?

 

Thanks,

 

Nikhil

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

Reply via email to