Ross,

Please find the attached file.

Thanks,
-Ashish

--- Ross Finlayson <[EMAIL PROTECTED]> wrote:

> >I have disabled the client firewall. I have also
> tried
> >the -t option. It still is not storing data in the
> >file.
> >
> >The command that I am using is:
> >
> >  > ./openRTSP -F abc -t "rtsp://157.254.39.27"
> 
> It seems then, that there may be a problem with your
> server.
> 
> Please post the diagnostic ('stderr') output that
> "openRTSP" printed 
> when you ran it (i.e., showing the RTSP protocol
> exchange).  That 
> might give us a clue as to what is going wrong.
> -- 
> 
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
> _______________________________________________
> live-devel mailing list
> [email protected]
> http://lists.live555.com/mailman/listinfo/live-devel
> 



      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 

[EMAIL PROTECTED] testProgs]# ./openRTSP -F ashish "rtsp://157.254.39.27/100"
Sending request: OPTIONS rtsp://157.254.39.27/100 RTSP/1.0
CSeq: 1
User-Agent: ./openRTSP (LIVE555 Streaming Media v2008.01.04)


Received OPTIONS response: RTSP/1.0 200 OK
CSeq: 1
Session: 1234


Sending request: DESCRIBE rtsp://157.254.39.27/100 RTSP/1.0
CSeq: 2
Accept: application/sdp
User-Agent: ./openRTSP (LIVE555 Streaming Media v2008.01.04)


Received DESCRIBE response: RTSP/1.0 200 OK
CSeq: 2
Session: 1234
Content-Type: application/sdp
Content-length: 722


Need to read 722 extra bytes
Read 722 extra bytes: v=0
o=- 1169291891657698 1 IN IP4 192.168.0.104
s=HAVA Media Server ver. 0.56.22
i=HAVA audio video live media server
c=IN IP4 0.0.0.0
t=0 0
m=audio 0 RTP/AVP 97
i=Audio channel in MPEG4_AAC format
a=rtpmap:97 MPEG4-GENERIC/90000
a=fmtp:97 
streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1410
a=mpeg4-esid:101
a=control:track2
m=video 0 RTP/AVP 96
i=Video channel in MPEG4 VBR format
a=mpeg4-esid:224
a=control:track1
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 
profile-level-id=240;config=000001b0f3000001b509000001000000012008845d4c307d30a041e14c2040404c404c5858585858586860686c6c6c686868686c6c6c7474748888887474746c6c7474808088889498948c8c888c9898a0a0a0c0c0b8b8e0e0e915154d0f

Opened URL "rtsp://157.254.39.27/100", returning a SDP description:
v=0
o=- 1169291891657698 1 IN IP4 192.168.0.104
s=HAVA Media Server ver. 0.56.22
i=HAVA audio video live media server
c=IN IP4 0.0.0.0
t=0 0
m=audio 0 RTP/AVP 97
i=Audio channel in MPEG4_AAC format
a=rtpmap:97 MPEG4-GENERIC/90000
a=fmtp:97 
streamtype=5;profile-level-id=1;mode=AAC-hbr;sizelength=13;indexlength=3;indexdeltalength=3;config=1410
a=mpeg4-esid:101
a=control:track2
m=video 0 RTP/AVP 96
i=Video channel in MPEG4 VBR format
a=mpeg4-esid:224
a=control:track1
a=rtpmap:96 MP4V-ES/90000
a=fmtp:96 
profile-level-id=240;config=000001b0f3000001b509000001000000012008845d4c307d30a041e14c2040404c404c5858585858586860686c6c6c686868686c6c6c7474748888887474746c6c7474808088889498948c8c888c9898a0a0a0c0c0b8b8e0e0e915154d0f

Created receiver for "audio/MPEG4-GENERIC" subsession (client ports 32862-32863)
Created receiver for "video/MP4V-ES" subsession (client ports 32864-32865)
Sending request: SETUP rtsp://157.254.39.27/100/track2 RTSP/1.0
CSeq: 3
Transport: RTP/AVP;unicast;client_port=32862-32863
User-Agent: ./openRTSP (LIVE555 Streaming Media v2008.01.04)


Received SETUP response: RTSP/1.0 200 OK
CSeq: 3
Session: 1234;timeout=60
Transport: 
RTP/AVP;unicast;source=157.254.39.27;server_port=32862-32863;client_port=32862-32863


Setup "audio/MPEG4-GENERIC" subsession (client ports 32862-32863)
Sending request: SETUP rtsp://157.254.39.27/100/track1 RTSP/1.0
CSeq: 4
Transport: RTP/AVP;unicast;client_port=32864-32865
Session: 1234
User-Agent: ./openRTSP (LIVE555 Streaming Media v2008.01.04)


Received SETUP response: RTSP/1.0 200 OK
CSeq: 4
Session: 1234;timeout=60
Transport: 
RTP/AVP;unicast;source=157.254.39.27;server_port=32864-32865;client_port=32864-32865


Setup "video/MP4V-ES" subsession (client ports 32864-32865)
Created output file: "ashishaudio-MPEG4-GENERIC-1"
Created output file: "ashishvideo-MP4V-ES-2"
Sending request: PLAY rtsp://157.254.39.27/100 RTSP/1.0
CSeq: 5
Session: 1234
Range: npt=0.000-0.000
User-Agent: ./openRTSP (LIVE555 Streaming Media v2008.01.04)


Received PLAY response: RTSP/1.0 200 OK
CSeq: 5
Session: 1234


Started playing session
Receiving streamed data (signal with "kill -HUP 29981" or "kill -USR1 29981" to 
terminate)...


_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to