<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">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 flag with “-g”, and running your server under “gdb”.)<div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="" style="font-size: 10pt; font-family: Verdana, Geneva, sans-serif;"><p class=""><span style="font-size: 10pt;" class="">It seems that there is no client session to destroy if the rtp multicast address method is used, neither is the reference count incremented in this case.</span></p></div></blockquote></div><div class=""><div class=""><p class="">Of course.  I suspect that you may be misunderstanding the difference between “<a href="rtp://“" class="">rtp://“</a> and “<a href="rtsp://“" class="">rtsp://“</a> URLs.  “<a href="rtp://“" class="">rtp://“</a> URLs are non-standard and specific only to VLC; they tell VLC to bind to a particular IP address and port number.  This causes no interaction with the server, so (obviously) the server doesn’t know when client(s) are listening to the (multicast) stream this way.</p><div class="">A “<a href="rtsp://“" class="">rtsp://“</a> URL uses the (IETF standard) RTSP protocol - a unicast protocol (over TCP) that involves contacting the server, and asking the server for details about the stream (a multicast stream, in this case), and how to listen to it.</div></div></div><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>