Hey All,

 

I am using openRTSP sample application provided with Live555 streaming media
library. I used the following command to stream from an RTSP server. 

openRTSP.exe -d 10 rtsp://192.168.1.90/MediaInput/mpeg4

 

I was able to get two files with names video-MP4V-ES-1 and audio-G726-16-2.
I'm here by attaching the output file. But, I'm not quite sure how to open
them. 

 

Can anyone tell me how can I open them? What should I rename them to(because
I tried various options but in vain)? 

 

Thanks in advance

Naresh

Ph. 8884199804

 

Opening connection to 192.168.1.90, port 554...
...remote connection opened
Sending request: OPTIONS rtsp://192.168.1.90/MediaInput/mpeg4 RTSP/1.0
CSeq: 2
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)


Received 124 new bytes of response data.
Received a complete OPTIONS response:
RTSP/1.0 200 OK
CSeq: 2
Connection: Keep-Alive
Public: OPTIONS, DESCRIBE, SETUP, PLAY, PAUSE, GET_PARAMETER, TEARDOWN


Sending request: DESCRIBE rtsp://192.168.1.90/MediaInput/mpeg4 RTSP/1.0
CSeq: 3
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)
Accept: application/sdp


Received 614 new bytes of response data.
Received a complete DESCRIBE response:
RTSP/1.0 200 OK
CSeq: 3
Connection: Keep-Alive
Content-Base: rtsp://192.168.1.90/MediaInput/mpeg4/
Content-Type: application/sdp
Content-Length: 457

v=0
o=- 1 1 IN IP4 192.168.1.90
s=Media Presentation
e=NONE
c=IN IP4 0.0.0.0
b=AS:3024
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
b=AS:8000
a=framrate:30.0
a=control:trackID=1
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=4; 
config=000001B004000001B50D4F000001000000012000845D4C28A021E0A31F
a=mpeg4-esid:201
m=audio 0 RTP/AVP 97
b=AS:24
a=framrate:30.0
a=control:trackID=2
a=rtpmap:97 G726-16/8000
a=mpeg4-esid:101

Opened URL "rtsp://192.168.1.90/MediaInput/mpeg4", returning a SDP description:
v=0
o=- 1 1 IN IP4 192.168.1.90
s=Media Presentation
e=NONE
c=IN IP4 0.0.0.0
b=AS:3024
t=0 0
a=control:*
a=range:npt=now-
m=video 0 RTP/AVP 96
b=AS:8000
a=framrate:30.0
a=control:trackID=1
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 profile-level-id=4; 
config=000001B004000001B50D4F000001000000012000845D4C28A021E0A31F
a=mpeg4-esid:201
m=audio 0 RTP/AVP 97
b=AS:24
a=framrate:30.0
a=control:trackID=2
a=rtpmap:97 G726-16/8000
a=mpeg4-esid:101

Created receiver for "video/MP4V-ES" subsession (client ports 60420-60421)
Created receiver for "audio/G726-16" subsession (client ports 60422-60423)
Sending request: SETUP rtsp://192.168.1.90/MediaInput/mpeg4/trackID=1 RTSP/1.0
CSeq: 4
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)
Transport: RTP/AVP;unicast;client_port=60420-60421


Received 198 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 4
Connection: Keep-Alive
Session: 18841006992671499901160967255;timeout=120
Transport: 
RTP/AVP/UDP;unicast;client_port=60420-60421;server_port=59044-59045;ssrc=3f9f4714


Setup "video/MP4V-ES" subsession (client ports 60420-60421)
Sending request: SETUP rtsp://192.168.1.90/MediaInput/mpeg4/trackID=2 RTSP/1.0
CSeq: 5
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)
Transport: RTP/AVP;unicast;client_port=60422-60423
Session: 18841006992671499901160967255


Received 198 new bytes of response data.
Received a complete SETUP response:
RTSP/1.0 200 OK
CSeq: 5
Connection: Keep-Alive
Session: 18841006992671499901160967255;timeout=120
Transport: 
RTP/AVP/UDP;unicast;client_port=60422-60423;server_port=59046-59047;ssrc=9e211055


Setup "audio/G726-16" subsession (client ports 60422-60423)
Created output file: "video-MP4V-ES-1"
Created output file: "audio-G726-16-2"
Sending request: PLAY rtsp://192.168.1.90/MediaInput/mpeg4/ RTSP/1.0
CSeq: 6
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)
Session: 18841006992671499901160967255
Range: npt=0.000-10.000


Received 190 new bytes of response data.
Received a complete PLAY response:
RTSP/1.0 200 OK
CSeq: 6
Connection: Keep-Alive
Session: 18841006992671499901160967255
RTP-Info: url=trackID=1;seq=60287;rtptime=1658197320, 
url=trackID=2;seq=14259;rtptime=1091687440


Started playing session
Receiving streamed data (for up to 10.000000 seconds)...
Sending request: TEARDOWN rtsp://192.168.1.90/MediaInput/mpeg4/ RTSP/1.0
CSeq: 7
User-Agent: openRTSP.exe (LIVE555 Streaming Media v2012.02.29)
Session: 18841006992671499901160967255


Received 92 new bytes of response data.
Received a complete TEARDOWN response:
RTSP/1.0 200 OK
CSeq: 7
Connection: Keep-Alive
Session: 18841006992671499901160967255
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to