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