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
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
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