Re: [Live-devel] RTSP Server Crash when switching from multicast to unicast

2015-05-01 Thread david . myers
I've inherited most of this code and I'm supporting it but I'm not really an expert at it. >I'd still like to know exactly where/how/why the crash was happening, to make >sure that it's not a problem with our code. (As always, I assume that you're >using the latest version of the code.) Yes

Re: [Live-devel] RTSP Server Crash when switching from multicast to unicast

2015-04-30 Thread Ross Finlayson
I’d still like to know exactly where/how/why the crash was happening, to make sure that it’s not a problem with our code. (As always, I assume that you’re using the latest version of the code.) Also, you haven’t said anything about your “ServerMediaSubsession” object (i.e., “stream->sms” in yo

Re: [Live-devel] RTSP Server Crash when switching from multicast to unicast

2015-04-30 Thread david . myers
Thanks for the advice, I haven't fixed the crash, but I've stopped it from happening, I think. In case anyone else hits this issue, I moved the call to deleteServerMediaSession() to before the calls to close down the streams, so my server shutdown code now looks like this:- void CRTSPWrapper

Re: [Live-devel] RTSP Server Crash when switching from multicast to unicast

2015-04-27 Thread Ross Finlayson
Unfortunately, because the crash is triggered by (though not necessarily occurring in) your own application, which I can’t reproduce, you’re going to have to be specific about exactly where the crash is occurring, and why. (If you’re not already doing so, I suggest replacing the “-O” compile fl

[Live-devel] RTSP Server Crash when switching from multicast to unicast

2015-04-27 Thread david . myers
In order to switch my server implementation from multicast to unicast, I use the following function in my live555 wrapper code to close the current session before re-opening the new session. void CRTSPWrapper::RemoveSMS() { streamStream_t *stream = m_StreamArray[m_StreamIndex]; if (stream->i