Bugs item #3067817, was opened at 2010-09-16 19:52
Message generated for change (Comment added) made by ladyhahaha
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: Open
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: Lady HaHa (ladyhahaha)
Date: 2010-09-21 18:58
Message:
I'm seeing a connection to: * media4.rte.ie:80
*
rm12.cwwtf.bbc.co.uk:80
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2010-09-21 18:47
Message:
so you can't connect to port 554 on that host. How did you get that URL in
the first place? if mplayer works on that same URL, what TCP port does it
use for that? (can be figured out using wireshark or similar)
----------------------------------------------------------------------
Comment By: Lady HaHa (ladyhahaha)
Date: 2010-09-21 18:13
Message:
C:\>curl -v rtsp://rmv8.bbc.net.uk/radio4/tue1630.ra
* About to connect() to rmv8.bbc.net.uk port 554 (#0)
* Trying 212.58.251.76... Connection refused
* couldn't connect to host
* Closing connection #0
curl: (7) couldn't connect to host
C:\>telnet rmv8.bbc.net.uk 554
Connecting To rmv8.bbc.net.uk...Could not open connection to the host, on
port 5
54: Connect failed
----------------------------------------------------------------------
Comment By: Daniel Stenberg (bagder)
Date: 2010-09-20 13: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 11: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 22: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 22: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-21