[Live-devel] Error RTSP PLAY failed RTSP response was truncated. Increase RTSPClient::responseBufferSize

David Alcaraz Moreno dalcaraz at eye-cam.com
Tue Dec 18 06:01:15 PST 2012


Hi,
someone can explain to me the meaning of this error, I've been looking 
for the meaning but I don't find nothing that can help me.
This error occurs when I try to playing the rtsp url with vlc.
If I try to play with opentRTSP and playing the url, there is not error....
This is the output:

C:\Development\Tests\openrtsp\Debug>openrtsp.exe -n -v 
rtsp://192.168.0.49:8554/
testStream
Opening connection to 192.168.0.49, port 8554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.0.49:8554/testStream RTSP/1.0
CSeq: 2
User-Agent: openrtsp.exe (LIVE555 Streaming Media v2012.11.30)


Received 152 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Date: Tue, Dec 18 2012 13:54:47 GMT
Public: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, 
SET_PARA
METER


Sending request: DESCRIBE rtsp://192.168.0.49:8554/testStream RTSP/1.0
CSeq: 3
User-Agent: openrtsp.exe (LIVE555 Streaming Media v2012.11.30)
Accept: application/sdp


Received 574 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Date: Tue, Dec 18 2012 13:54:47 GMT
Content-Base: rtsp://192.168.0.49:8554/testStream/
Content-Type: application/sdp
Content-Length: 405

v=0
o=- 1355838850965672 1 IN IP4 192.168.0.49
s=testStream
i=testStream
t=0 0
a=tool:LIVE555 Streaming Media v2012.11.30
a=type:broadcast
a=control:*
a=source-filter: incl IN IP4 * 192.168.0.49
a=rtcp-unicast: reflection
a=range:npt=0-
a=x-qt-text-nam:testStream
a=x-qt-text-inf:testStream
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:270966402
a=rtpmap:96 MP4V-ES/90000
a=control:track1

Opened URL "rtsp://192.168.0.49:8554/testStream", returning a SDP 
description:
v=0
o=- 1355838850965672 1 IN IP4 192.168.0.49
s=testStream
i=testStream
t=0 0
a=tool:LIVE555 Streaming Media v2012.11.30
a=type:broadcast
a=control:*
a=source-filter: incl IN IP4 * 192.168.0.49
a=rtcp-unicast: reflection
a=range:npt=0-
a=x-qt-text-nam:testStream
a=x-qt-text-inf:testStream
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:270966402
a=rtpmap:96 MP4V-ES/90000
a=control:track1

Created receiver for "video/MP4V-ES" subsession (client ports 1830-1831)
Sending request: SETUP rtsp://192.168.0.49:8554/testStream/track1 RTSP/1.0
CSeq: 4
User-Agent: openrtsp.exe (LIVE555 Streaming Media v2012.11.30)
Transport: RTP/AVP;unicast;client_port=1830-1831


Received 201 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Date: Tue, Dec 18 2012 13:54:47 GMT
Transport: 
RTP/AVP;unicast;destination=192.168.0.49;source=192.168.0.49;client_p
ort=1830-1831;server_port=6970-6971
Session: AA91459D


Setup "video/MP4V-ES" subsession (client ports 1830-1831)
Outputting data from the "video/MP4V-ES" subsession to 'stdout'
Sending request: PLAY rtsp://192.168.0.49:8554/testStream/ RTSP/1.0
CSeq: 5
User-Agent: openrtsp.exe (LIVE555 Streaming Media v2012.11.30)
Session: AA91459D
Range: npt=0.000-


Received 190 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 5
Date: Tue, Dec 18 2012 13:54:47 GMT
Range: npt=0.000-
Session: AA91459D
RTP-Info: 
url=rtsp://192.168.0.49:8554/testStream/track1;seq=27537;rtptime=27360
04141


Started playing session
Receiving streamed data...
Data packets have begun arriving [1355838887419]



More information about the live-devel mailing list