cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Bugs-3067817 ] rtsp protocol not working

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 20 Sep 2010 12:22:36 +0000

Bugs item #3067817, was opened at 2010-09-16 20:52
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3067817&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: RTSP
Group: bad behaviour
Status: Pending
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Lady HaHa (ladyhahaha)
Assigned to: Daniel Stenberg (bagder)
Summary: rtsp protocol not working

Initial Comment:
# I can play the file just fine.
C:\>"C:\Programs\Media Player Classic\mplayerc.exe" rtsp://od2.rte.ie/2010/0
915/15092010203000-lyrc-thelyricconcert.ra

C:\>curl rtsp://od2.rte.ie/2010/0915/15092010203000-lyrc-thelyricconcert.ra
curl: (7) couldn't connect to host

C:\>curl -V
curl 7.21.1 (i386-pc-win32) libcurl/7.21.1 OpenSSL/0.9.8o zlib/1.2.5 libidn/1.18
 libssh2/1.2.7
Protocols: dict file ftp ftps http https imap imaps ldap pop3 pop3s rtsp scp sft
p smtp smtps telnet tftp
Features: AsynchDNS IDN Largefile NTLM SSL SSPI libz

----------------------------------------------------------------------

>Comment By: Daniel Stenberg (bagder)
Date: 2010-09-20 14:22

Message:
That output shows that the server rejects connections on port 554 which is
the default RTSP port and thus curl cannot connect to it.

7 is the return code for "can't connect to host".

This is not a bug. This is a server not allowing connections.

----------------------------------------------------------------------

Comment By: Lady HaHa (ladyhahaha)
Date: 2010-09-20 12:35

Message:
C:\>curl -v
rtsp://od2.rte.ie/2010/0915/15092010203000-lyrc-thelyricconcert.ra
* About to connect() to od2.rte.ie port 554 (#0)
* Trying 89.207.56.12... Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host

Is there a way to diagnose the problem, what does the "(7)" mean?

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2010-09-18 23:41

Message:
Thanks for reporting this issue and helping us improve curl and libcurl.

We're awaiting feedback in this issue. Due to this, I have set the state
of this issue to pending and it will automatically get closed later on
unless we get further info.

Please consider answering the outstanding questions or providing the
missing info so that we can proceed to resolve this issue!

----------------------------------------------------------------------

Comment By: Daniel Stenberg (bagder)
Date: 2010-09-17 23:48

Message:
I just tried this with 7.21.1 (and my 7.21.2-DEV version) on debian and
they both connected and requested the resource fine. I can't reproduce this
problem. Does it always happen for this URL? Does it happen like this for
all RTSP urls?

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3067817&group_id=976
Received on 2010-09-20

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET