<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>No, that happens only if the call to “isSSM()” returned True - i.e., only if the stream is ‘source-specific multicast’ - which is definitely not the case here (you’re streaming via unicast).  So that’s a ‘red herring’.</div></div></div></blockquote><div><br></div><div>isSSM() is definitely returning true. </div></div></div></div></div></blockquote><div><br></div>Then something is badly fucked up in your system - it’s apparently stomping on memory when it shouldn’t - because the only time “isSSM()” is ever supposed to return True is if you’re using ‘source-specific multicast’, by creating “Groupsock” objects with a ‘source filter address’ parameter.  That doesn’t happen anywhere within our RTSP server code.</div></div></blockquote><div><br></div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">This:</span></div><div><span class="" style="white-space:pre"><br></span></div><div><span class="" style="white-space:pre">        </span>sms<span class="" style="white-space:pre">       </span>= ServerMediaSession::createNew(*usageEnv, NULL, streamName,</div><div><span class="" style="white-space:pre">               </span>"Session streamed by the  camera", true); </div><div><br></div><div>was the problem-- the last argument was the isSSM flag-- not clear why it had been set to true.</div><div><br></div><div>Thanks for your help-- all working now.</div><div><br>Dave</div></div><div class="gmail_signature"><div dir="ltr"></div></div>
</div></div>