Hi;
I am developing an aplication thar uses rtspProxyServer to be used with some IP cameras. The source used as starting point was live555ProxyServer.cpp. I have to access cameras that uses user and password and I am passing it in the URL. I also use authentication, so the clients must pass it too. For now I am using just one user and password for all clients. As a test I was able to connect clients in two diferents URL's(2 cameras) and everything seemed to be ok. My problem is: 1: When I disconnect the client from the server (terminating connection), it seems the transmition to and from the camera still remains and in the screen shows "sending REPORT", "sending RTCP packet", "schedule( .... )" and other messages. These messages doesn't end, but it doesn't seem to be a problem, becase I can connect and disconnect many other times withou problems. I just try to undestand. 2: When I connect and disconnect the client and after that I turn off the camera the program CRASHES indicating the file DigestAuthentication.cpp line 55. It seems no longer exist username() and password(). I could solve the problem just verifying if they are NULL or not before strcmp(...). I don't know if this is a bug or I am doing something wrong. thanks Sergio Andrade
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel