[Live-devel] Compiling LiveMedia For Debug In Windows

2012-05-17 Thread Constantin Savtchenko
Hello all, I was wondering if anyone had recompiled the Live555 libraries with debug symbols? Do I simply set the the _ITERATOR_DEBUG_LEVEL in the *.mak files? Is it using some default level from when it includes the ntwin32.mak, or will I be okay with just setting my own? Thank you. Constant

Re: [Live-devel] Two possible problems in RTSPServer class

2012-05-17 Thread Bruno Abreu
On Thu, 17 May 2012 07:13:08 -0700, Ross Finlayson wrote > > I'm sorry, but I fail to see how this was a bug. Seems to me that > > RTSPServer::addServerMediaSession was removing an existing ServerMediaSession with the same name as the one being created, if any. > > No, the old code was doing (wh

Re: [Live-devel] Failed to join group: Invalid IP Address

2012-05-17 Thread Ross Finlayson
> But there is another issue we are facing after streaming is started, Wifi > connection is getting disconnected after streaming for some 5 minutes > duration (ping response fails). > We are doubting the application as the devices are able to ping for a long > duration also(when streaming applic

Re: [Live-devel] Two possible problems in RTSPServer class

2012-05-17 Thread Ross Finlayson
>>> 2. Also I have seen possible ServerMediaSession object relations bug >>> in RTSPServer::addServerMediaSession/RTSPServer::removeServerMediaSession >>> methods. >>> Method addServerMediaSession adds a ServerMediaSession object to >>> hashmap fServerMediaSessions and call removeServerMediaSession

Re: [Live-devel] Failed to join group: Invalid IP Address

2012-05-17 Thread Ashfaque
Thanks a lot Ross. I added route and it worked fine.. Now able to stream between platform to iPad. But there is another issue we are facing after streaming is started, Wifi connection is getting disconnected after streaming for some 5 minutes duration (ping response fails). We are doubting the

Re: [Live-devel] Two possible problems in RTSPServer class

2012-05-17 Thread Bruno Abreu
On 04/22/2012 06:46 AM, Ross Finlayson wrote: 2. Also I have seen possible ServerMediaSession object relations bug in RTSPServer::addServerMediaSession/RTSPServer::removeServerMediaSession methods. Method addServerMediaSession adds a ServerMediaSession object to hashmap fServerMediaSessions and c