Re: [Live-devel] Windows build - undefined symbols

2015-03-12 Thread Chang, Dashan
My compilation does not needs that. However I did make the following modification to win32config which is different from the original: LINK = "$(TOOLS32)\bin\$(link)" -out: -Original Message- From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Rob

Re: [Live-devel] Windows build - undefined symbols

2015-03-12 Thread Deanna Earley
I briefly tried with gnu make and had all sorts of issues. Using nmake (with some bodging of my makefile for specific paths) worked fine. This is my build.bat: set lib=c:\Program Files\Microsoft SDKs\Windows\v7.1\Lib\;c:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\lib\ call genWindowsMake

Re: [Live-devel] Windows build - undefined symbols

2015-03-12 Thread Robert Smith
Ok it's probably my and issue with my build configuration. I am using gnu make so created a 'config.windows' and generate the make files with './genMakefiles windows' (Actual error message is 'identifier not found') symbols are: RTSPCommon.cpp: strtol UsageEnvironment.cpp: abort testMP3Streame

Re: [Live-devel] 100% cpu usage when 1 or more client connects to RTSP server

2015-03-12 Thread Ross Finlayson
> What's happening is that the BasicUDPSource::incomingPacketHandler1() > function is being called too many times. This is apparently happening due to a flaw in your runtime library and/or OS: “select()” (called each time within the event loop) is returning an indication that the UDP socket has

Re: [Live-devel] Windows build - undefined symbols

2015-03-12 Thread Deanna Earley
I've not noticed anything in our builds, either as part of our library in VS2005 or nmake of the native liveMedia. -- Deanna Earley | Lead developer | icatchercctv w: www.icode.co.uk/icatcher | t: 01329 835335 | f: 01329 835338 Registered Office : 71 The Hundred, Romsey, SO51 8BZ. Company Numbe

Re: [Live-devel] Windows build - undefined symbols

2015-03-12 Thread Ross Finlayson
> On Mar 12, 2015, at 11:22 PM, Robert Smith wrote: > > The following files need to include the or header: > > UsageEnvironment/UsageEnvironment.cpp > liveMedia/RTSPCommon.cpp > testProgs/testMP3Streamer.cpp > > Otherwise building with VC++ complains about undefined symbols. Nobody else has

Re: [Live-devel] 100% cpu usage when 1 or more client connects to RTSP server

2015-03-12 Thread Shaan Nobee
Hello Ross, Hope that you're doing fine. I digged a bit deeper into the problem and ran gprof to do profiling on the application. Below are the results. 59.62 0.62 0.62 959354264.63 106.32 BasicTaskScheduler::SingleStep(unsigned int) 15.39 0.78 0.16 19190028 8.3

[Live-devel] Windows build - undefined symbols

2015-03-12 Thread Robert Smith
The following files need to include the or header: UsageEnvironment/UsageEnvironment.cpp liveMedia/RTSPCommon.cpp testProgs/testMP3Streamer.cpp Otherwise building with VC++ complains about undefined symbols. ___ live-devel mailing list live-devel@l