<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Hi Ross,<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">I am using live555 library to stream to proxyserver on rtp over tcp. I want to add variable bitrate mechanism for my device for that i suppose i need to verify some parameters on RTCP RR report. I was trying to look at packet loss status but everytime it was a constant value coming 0x00fffffff.<br></div><div class="gmail_default" style="font-family:verdana,sans-serif">i guess because of RTP over TCP. but still at one time streaming was stopping because of it was not able to send any further data  from <br><b> RTPInterface::sendDataOverTCP </b>and connection was getting closed<b>.</b><br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Is there anything that will help me to find out that network is not able to handle my current bitrate so that i can reduce it to some level and try it again at run time.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">One more concern is in<b> RTPInterface::sendDataOverTCP </b>if send fails then we are making that socket blocking and try to send it again. in that particular case if that is failing then we are removing the socket and closing the connection. What i have observed from little bit changing in code is if we retry to send the same packet in blocking mode then it is able to send again. so if we can make little retry mechanism then we can avoid closing the connection if its able to resend the data again.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif">Thanks ,<br clear="all"></div><div><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="font-family:verdana,sans-serif"><b><font color="#0b5394">With Warm Regards,</font></b></span></div><div><span style="font-family:verdana,sans-serif"><font color="#0b5394">Hardik Sangani</font></span></div><div><span style="font-family:verdana,sans-serif"><font color="#0b5394">VVDN Technologies Pvt Ltd</font></span></div><div><span style="font-family:verdana,sans-serif"><font color="#0b5394"><b>Cell : </b>+91 9176120633<b> | Skype : hardikjsangani</b></font></span></div></div></div></div></div></div></div></div></div></div>
</div>