<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt"><div>I am getting following messages on Client side when playing the URL with
testRTSPClient application.</div>
<div><strong></strong> </div>
<div> </div>
<div><strong>Received 1448 new bytes of response data.</strong></div>
<div><strong>Have received 1448 total bytes of a DESCRIBE RTSP response;
awaiting 30924 bytes more.</strong></div>
<div><strong>Received 2896 new bytes of response data.</strong></div>
<div><strong>Have received 4344 total bytes of a DESCRIBE RTSP response;
awaiting 28028 bytes more.</strong></div>
<div><strong>Received 2896 new bytes of response data.</strong></div>
<div><strong>Have received 7240 total bytes of a DESCRIBE RTSP response;
awaiting 25132 bytes more.</strong></div>
<div><strong>Received 2759 new bytes of response data.</strong></div>
<div><strong>Have received 9999 total bytes of a DESCRIBE RTSP response;
awaiting 22373 bytes more.</strong></div>
<div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt"> </div>
<div style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">After this
it will hang here and does not proceed further.</div></div></div></div></blockquote><div><br></div>The problem is that your server is including - in its response to the client's RTSP "DESCRIBE" command - a "Content-Length:" header that specifies a response payload content (in this case a "SDP description") that's much too big.</div><div><br></div><div>You should be able to see this clearly by noting the "Content-Length:" header in the response that's received by "testRTSPClient".</div><div><br></div><div>I.e., the problem is that your server is broken. (If you had used our software to implement your server, then you would not have had this problem :-)</div><br><br><div apple-content-edited="true">
<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; font-size: medium; "><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; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>