Hi Ross,

I have realized there is a debug string in RTSPServer that is printed all
times ...

*** RTSPServer.cpp      2007-08-03 06:44:32.000000000 +0200
--- RTSPServer.cpp.new      2007-08-03 18:41:15.000000000 +0200
***************
*** 100,106 ****
--- 100,108 ----
  }

  char* RTSPServer::rtspURLPrefix(int clientSocket) const {
+ #ifdef DEBUG
    fprintf(stderr, "rtspURLPrefix(%d)\n", clientSocket);
+ #endif
    struct sockaddr_in ourAddress;
    if (clientSocket < 0) {
      // Use our default IP address in the URL:



Is this ok ?

Thank you

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

Reply via email to