Re: [Live-devel] Logging usage

2020-11-24 Thread Jim Ham
> Could you please resend this as a ‘contextual’ diff (using “diff -c”), so I can see exactly where in the code you added this? Here it is: *** live/liveMedia/RTSPServer.cpp 2020-11-21 01:58:05.0 -0800 --- live.new/liveMedia/RTSPServer.cpp 2020-11-23 15:16:26.404658105 -0800 ***

Re: [Live-devel] Logging usage

2020-11-24 Thread Ross Finlayson
> On Nov 24, 2020, at 12:56 PM, Jim Ham wrote: > > I'm using live555MediaServer. I need to know which files are being served, so > I added a very simple logging function. > > diff -r live/liveMedia/RTSPServer.cpp live.new/liveMedia/RTSPServer.cpp > 1319a1320,1329 > > // simple logging a

Re: [Live-devel] Logging usage

2020-11-23 Thread Ross Finlayson
Thanks. This seems like it’d be useful to others, so I’ll add it (within an #ifdef,#endif pair, to make it optional) to a future release of the code. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@l

[Live-devel] Logging usage

2020-11-23 Thread Jim Ham
I'm using live555MediaServer. I need to know which files are being served, so I added a very simple logging function. diff -r live/liveMedia/RTSPServer.cpp live.new/liveMedia/RTSPServer.cpp 1319a1320,1329 > // simple logging added by jeh 11/23/2020 > FILE* logfid = fopen("live555.log