<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div text="#000000" bgcolor="#FFFFFF" class=""><tt class=""><span style="color: rgb(34, 34, 34); font-size: 13px;
        font-style: normal; font-variant: normal; font-weight: normal;
        letter-spacing: normal; line-height: normal; text-align: start;
        text-indent: 0px; text-transform: none; white-space: normal;
        word-spacing: 0px; background-color: rgb(255, 255, 255);
        display: inline ! important; float: none;" class="">I am trying to stream
        rtp over tcp and i am facing the issue like stream is stopping
        after 3-4 mins(I am using VLC as a client)</span></tt></div></div></blockquote><div><br class=""></div>Oh please!  Why do you think that this means that there is a bug in our code at all, let alone a bug in one specific function?</div><div><br class=""></div><div>I assume (although you didn’t say explicitly) that you have used the “LIVE555 Streaming Media” code to implement a server.</div><div><br class=""></div><div>I suspect that what’s happening is simply that your server is trying to transmit a stream whose bitrate exceeds the capacity of your network.  If that happens, you WILL lose data.  Streaming over TCP cannot save you here.</div><div><br class=""></div><div>If this is the case, you need either a slower stream, or a faster network.  You should also avoid streaming over TCP, if possible.  (Streaming over TCP is something that you should do only if you have a firewall - between your server and client - that blocks UDP packets.)</div><br class=""><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>