[Live-devel] How can I get a file named *.m4v?
liujunxiang
junxiang03 at iscas.cn
Mon Dec 15 15:24:11 PST 2003
Sorry, I still cannot get *.m4v files. What I had done is like the following:
openRTSP -V -n -t rtsp://christianchallenge.org:554/ccistream/sunday.mp4
then it shows
"Started playing session
Warning:specified end time 3539.67 exceeds maximum2147.48; will not do a delayed shutdown.
Receiving streamed data..."
and the output files' size is always 0 bytes in the directory.
I don't know whether it is receiving data or not. I think if I add -Q, then the Qos information will
be showed later. So I add -Q and run the following command:
openRTSP -V -n -t -Q rtsp://christianchallenge.org:554/ccistream/sunday.mp4
Same thing happened.
How can I recognize that openRTSP is receiving data? Is there any information about
how much data to receive is left?
Thanks.
Liu
----- Original Message -----
From: "Ross Finlayson" <finlayson at live.com>
To: "LIVE.COM Streaming Media - development & use" <live-devel at ns.live.com>
Sent: Sunday, December 14, 2003 1:00 PM
Subject: Re: [Live-devel] How can I get a file named *.m4v?
>
> > I find I can run openRTSP to connect
> > with rtsp://www.homenetcomm.co.uk/pda.sdp.
> >But openRTSP shows
> >"Started playing session
> >Receiving streamed data..."
> >then it is running and never stops.
>
> This is apparently because you are behind a firewall that blocks UDP
> packets. (Note that TCP packets (for the RTSP protocol) are getting
> through, but not the RTP data packets (UDP).)
>
> You can overcome this by adding the "-t" flag to "openRTSP". This tells
> the server to stream RTP packets over the RTSP TCP connection, rather than
> using UDP packets.
>
> >I use QuickTime to play the file with URL: rtsp://www.homenetcomm.co.uk/pda.sd
> [...]
> > What I want to know is if I can get the file named
> > video-MP4V-ES-<something> in this case by openRTSP.
>
> By adding the "-t" flag to "openRTSP", you should be able to play that URL,
> and get a raw MPEG-4 video file. However, you probably won't be able to
> stream *that* file using "testMPEG4VideoStreamer", because that stream's
> 'config' information (included in the SDP description that's returned by
> the RTSP "DESCRIBE" command) does not include "Visual Object Sequence" or
> "Visual Object" headers.
>
> Instead, I suggest trying some other "rtsp://" URL - for example:
> rtsp://stream.macwebcaster.com/camp03/murata.mp4
> rtsp://christianchallenge.org:554/ccistream/sunday.mp4
>
>
> Ross Finlayson
> LIVE.COM
> <http://www.live.com/>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live.com
> http://lists.live.com/mailman/listinfo/live-devel
>
>
More information about the live-devel
mailing list