<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="">We have an open case with one of our RTSP source vendors where RTP streams over interleaved TCP seem to be throttled resulting in dropped frames in situations where the camera increases the frame size.<br class="">This does not happen with UDP unicast.<br class="">For reference, here's the video explaining the issue to the vendor:<br class=""><a href="https://dl.dropboxusercontent.com/u/2931731/Bugs/Axis/501898/20150325_101155.mp4" class="">https://dl.dropboxusercontent.com/u/2931731/Bugs/Axis/501898/20150325_101155.mp4</a><br class=""><br class="">The vendor's response suggests it could be a TCP flow control issue</div></blockquote><div><br class=""></div>Another possibility is that the server (camera) is also using the “LIVE555 Streaming Media” software - but an old, buggy version that does not implement RTP packet writes to TCP sockets as an atomic action (either written entirely, or not written at all).  In this case it’s possible that - under congestion (when the server’s OS socket buffer fills up), partially-written (i.e., corrupted) RTP packets might get transmitted.</div><div><br class=""></div><div>You should investigate this possibility.  (Note that if the server manufacturer uses our libraries, then they are required under the LGPL to upgrade their product - upon request by their customers - to use the latest version of our libraries.)</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">Is there a specific upper limit to the packet size that liveMedia's interleaved TCP implementation can handle?<br class=""></div></blockquote><div><br class=""></div>The ‘packet size’ field in the TCP framing header is 2-bytes long, so the theoretical maximum is 65535 bytes.  However, currently in the code there’s a hardwired limit of 20000 bytes (the size of the buffer used by the RTP source (i.e., reception) implementation).</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div style="margin: 0px;" class=""><span style="color: rgb(31, 73, 125); font-family: Calibri, sans-serif; font-size: 11pt;" class="">It’s the BlockSize header.</span></div><div class=""><div class="WordSection1" style="page: WordSection1;"><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">I didn’t think it was standard, but apparently:<o:p class=""></o:p></span></div><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);"><font color="#800080" class=""><a href="https://tools.ietf.org/html/rfc2326#page-47" class="">https://tools.ietf.org/html/rfc2326#page-47</a></font></span></div></div></div></blockquote><div><br class=""></div>Interesting.  I wasn’t aware of this before.</div><div><br class=""></div><div><br class=""></div><div><div class=""><blockquote type="cite" class=""><div class="WordSection1" style="page: WordSection1;"><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">It’s allowed on all requests (bar </span><span class="" style="font-size: 11pt; font-family: 'Courier New'; color: rgb(31, 73, 125);">OPTIONS</span><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);"> and </span><span class="" style="font-size: 11pt; font-family: 'Courier New'; color: rgb(31, 73, 125);">TEARDOWN</span><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">)</span></div></div></blockquote><div class=""><br class=""></div>Although it would seem to make sense only for “SETUP” and “PLAY”…</div><div class=""><br class=""></div></div><div><br class=""></div><div><blockquote type="cite" class=""><div class=""><div class="WordSection1" style="page: WordSection1;"><div class="" style="margin: 0cm 0cm 0.0001pt; font-size: 12pt; font-family: 'Times New Roman', serif;"><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);">Maybe it could be pulled from </span><span class="" style="font-size: 11pt; font-family: 'Courier New'; color: rgb(31, 73, 125);">RTSPClient::responseBufferSize</span><span class="" style="font-size: 11pt; font-family: Calibri, sans-serif; color: rgb(31, 73, 125);"> automatically?</span></div></div></div></blockquote><div><br class=""></div>No, that wouldn’t be right - even when streaming over TCP - because incoming RTP/RTCP packets aren’t delivered into the RTSPClient’s buffer.  (That buffer’s used only for incoming RTSP responses (or perhaps requests).)</div><div><br class=""></div><div>I might, however, add a mechanism that will allow the client code to specify that it wants a specific incoming packet size, and then (if this option is set) include a “Blocksize:” header in its requests.</div><div><br class=""></div><div><br class=""></div><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 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><div class=""><br class=""></div></body></html>