cURL / Mailing Lists / curl-users / Single Mail

curl-users

RTSP working or not?

From: Robert Valliant <valliant.rb_at_gmail.com>
Date: Wed, 23 Jun 2010 10:22:37 -0400

I am trying to download an .mp4 file from a RTSP server.

Nothing downloads. The connection closes too quickly.
This is a valid file. I can play it with ffplay across the network.
mplayer won't download it. Neither will ffmpeg (or at least I haven't
figured out how yet.)

I would appreciate any suggestions.

This is what I get:

valliant_at_chita$ curl -v rtsp://
128.171.23.15:80/qtmedia/Media/hereniko_15fps.mp4
* About to connect() to 128.171.23.15 port 80 (#0)
* Trying 128.171.23.15... connected
* Connected to 128.171.23.15 (128.171.23.15) port 80 (#0)
> OPTIONS * RTSP/1.0
> CSeq: 1
> User-Agent: curl/7.20.1 (amd64-portbld-freebsd8.0) libcurl/7.20.1
OpenSSL/0.9.8k zlib/1.2.3
>
< RTSP/1.0 200 OK
< Server: QTSS/5.0.3.2 (Build/452.22.3; Platform/MacOSX; Release/Panther;
Update/3GPP; )
< Cseq: 1
< Public: DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, OPTIONS, ANNOUNCE, RECORD
<
* Connection #0 to host 128.171.23.15 left intact
* Closing connection #0

This is what I am using:

valliant_at_chita$ uname -a
FreeBSD chita.gateway.2wire.net 8.0-RELEASE-p3 FreeBSD 8.0-RELEASE-p3 #0:
Tue May 25 20:54:11 UTC 2010
root_at_amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC
amd64

valliant_at_chita$ curl -V
curl 7.20.1 (amd64-portbld-freebsd8.0) libcurl/7.20.1 OpenSSL/0.9.8k
zlib/1.2.3
Protocols: dict file ftp ftps http https imap imaps pop3 pop3s rtsp smtp
smtps telnet tftp
Features: IPv6 Largefile NTLM SSL libz

-- 
Robert Valliant

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-23