<div dir="ltr">Hi ,<div><br></div><div>Thanks for your instant reply,</div><div><br></div><div>I am not saying there is bug in code. I am really sorry if you felt so. we are using live555 code as RTSP server, we started with doing UDP streaming which works very well, now our customer wants to change it to TCP. so we are trying to debug.</div><div><br></div><div>we are using wis-streamer code as RTSP server, our sdk contains older code (1996-2012) where we faced this issue, so i updated the libraries like livemedia, groupsocket, proxyserver,mediaserver which are mainly required for handshaking.Then also same problem is there. </div><div><br></div><div>I have some queries regarding this, please help me to understand this, i am not an expert but beginner in this area.</div><div><br></div><div>1) what is the reliable bitrate to stream over tcp.?</div><div><br></div><div>2) If i enable firewall to block UDP packets, will it helpful for me?</div><div><br></div><div>3) For debugging purpose I enabled the debug prints, will this cause any delay in video or it does not matter.</div><div><br></div><div>4) Can you please tell me the basic things i should check to go for TCP streaming.?</div><div><br></div><div>Your help will be very useful for me to debug and fix the issue.</div><div><br></div><div>Thank you,</div><div><br></div><div>-Regards,</div><div>Hardik</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><font color="#0000ff"><br></font></div><div><b><font color="#0b5394">With Warm Regards,</font></b></div><div><font color="#0b5394">Hardik Sangani</font></div><div><font color="#0b5394">VVDN Technologies Pvt Ltd</font></div><div><font color="#0b5394"><b>Cell : </b>+91 9176120633<b> | Skype : hardikjsangani</b></font></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Fri, Mar 20, 2015 at 3:02 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><span class=""><blockquote type="cite"><div><div text="#000000" bgcolor="#FFFFFF"><tt><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">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></div></span>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></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></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></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><span class="HOEnZb"><font color="#888888"><br><br><div>
<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;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><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;text-align:-webkit-auto;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div>