Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-12 Thread Ross Finlayson
Sergio, Unfortunately, right now I can’t explain why you’re seeing this crash. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-12 Thread sergio
Hi Ross; I am sorry to take so long to reply. I was testing the my code in linux (ubuntu 32 bits) and this problem doesn't happen at all. As I said before, this may be something related to VS2013. I copied the call stack from VS and this is shown below. *** > server.exe!MediaSubs

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-05 Thread Ross Finlayson
> I tryed the new version, but the problem persists. > > Well, this is not a problem because it only happens when I use > verbosityLevel(1 or 2). > No, it is still a problem, because if (as it appears) there’s a bug in the code, it could be causing other problems. > Just to give you a little m

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-05 Thread sergio
Thank you very much for being so helpful. I tryed the new version, but the problem persists. Well, this is not a problem because it only happens when I use verbosityLevel(1 or 2). Just to give you a little more information, I could see that in ProxyServerMediaSession.cpp line 416 the probl

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-05 Thread Ross Finlayson
Sergio, Unfortunately I wasn’t able to reproduce your crash; however, I have identified some parts of the code that *might* have been the cause, and have now installed a new version - 2015.02.05 - of the “LIVE555 Streaming Media” code that may fix your problem. Please try this new version. If

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-05 Thread sergio
Hi Ross Finlayson; I am sorry to bother you again, but I think there is another bug. This happens only when I use verbosityLevel != 0 ( ProxyServerMediaSession::createNew(..., verbosityLevel=1). The crash happens when I use --- RTSPServer::deleteServerMediaSession(ServerMediaSession* sms);

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-04 Thread Ross Finlayson
Thanks for the bug report. I’ve just released a new version - 2015.02.04 - of the “LIVE555 Streaming Media” code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http:

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-04 Thread sergio
Yes; I could reproduce with the original live555ProxyServer.exe. What I did was: In the live555ProxyServer.cpp put the riquired line to use access control #define ACCESS_CONTROL I just left the same user and password ("username1", "password1") compiled again repeated the same test

Re: [Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-04 Thread Ross Finlayson
> I am developing an aplication thar uses rtspProxyServer to be used with some > IP cameras. > The source used as starting point was live555ProxyServer.cpp. > Sorry, but we can’t really help you with your own application code that was ‘based on live555ProxyServer.cpp’. We can help only with pr

[Live-devel] BUG: proxyServer crashes when turn the camera off

2015-02-04 Thread sergio
Hi; I am developing an aplication thar uses rtspProxyServer to be used with some IP cameras. The source used as starting point was live555ProxyServer.cpp. I have to access cameras that uses user and password and I am passing it in the URL. I also use authentication, so the clients must pass it