[Live-devel] Debug string in RTSPServer ...
Massimo Zito
zmax.linkedin at gmail.com
Fri Aug 3 09:26:23 PDT 2007
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.live555.com/pipermail/live-devel/attachments/20070803/5218c8de/attachment.html
More information about the live-devel
mailing list