Hi Ross,<br><br>I have realized there is a debug string in RTSPServer that is printed all times ...<br><br>*** RTSPServer.cpp 2007-08-03 06:44:32.000000000 +0200<br>--- RTSPServer.cpp.new 2007-08-03 18:41:15.000000000
+0200<br>***************<br>*** 100,106 ****<br>--- 100,108 ----<br> }<br> <br> char* RTSPServer::rtspURLPrefix(int clientSocket) const {<br>+ #ifdef DEBUG<br> fprintf(stderr, "rtspURLPrefix(%d)\n", clientSocket);
<br>+ #endif<br> struct sockaddr_in ourAddress;<br> if (clientSocket < 0) {<br> // Use our default IP address in the URL:<br><br><br><br>Is this ok ?<br><br>Thank you<br><br>Massimo Zito<br>