Hi all,<br>I am writing my RTSP server and am using openRTSP as the client. The problem I am facing is that when I send the response for the DESCRIBE request, I get an error saying:<br><br>"Have received 283 total bytes of a DESCRIBE RTSP response; awaiting 131 bytes more<br>
Failed to get a SDP description from URL "rtsp://<a href="http://127.0.1.1:554/output_Vid.mkv">127.0.1.1:554/output_Vid.mkv</a>": liveMedia0"<br><br>Can someone please give me some pointers as to what might be going wrong here. This is the message sequence for the request-reply pair:<br>
<br><br><br>Sending request: DESCRIBE rtsp://<a href="http://127.0.1.1:554/output_Vid.mkv">127.0.1.1:554/output_Vid.mkv</a> RTSP/1.0<br>CSeq: 3<br>User-Agent: ./openRTSP (LIVE555 Streaming Media v2010.11.17)<br>Accept: application/sdp<br>
<br><br>Received 283 new bytes of response data.<br>headerDataCopy: RTSP/1.0 200 OK<br>CSeq: 3<br>Date: 22 Nov 2010 15:35:06 GMT<br>Content-Type: application/sdp<br>Content-Length: 131<br>Content-base: rtsp://<a href="http://127.0.1.1/test.mkv/">127.0.1.1/test.mkv/</a><br>
v=0<br>o=kanav 123456 0 IN IP4 127.0.1.1<br>s=vp8 RTP<br>t=0 0<br>m= video 5004 RTP/AVP 96<br>a=rtpmap:96 VP8/90000<br>a=control:streamid=1<br><br><br><br>Have received 283 total bytes of a DESCRIBE RTSP response; awaiting 131 bytes more.<br>
Failed to get a SDP description from URL "rtsp://<a href="http://127.0.1.1:554/output_Vid.mkv">127.0.1.1:554/output_Vid.mkv</a>": liveMedia0<br><br><br><br><br>I am stuck on this issue and any help will be much appreciated.<br>
<br>Thanks and Regards,<br>Kanav Gandhi<br><br>