[0x268c368] access_mms access error: failed to open a connection (tcp)
[0x268c368] access_mms access error: failed to open a connection (tcp)
[0x268c368] access_mms access error: cannot connect to server
[0x268c368] access_mms access error: error: HTTP/1.1 404 Not Found
[0x21b6c08] main input error: open of `mms://tv6.ustc.edu.cn/hdtv2' failed
MPlayer svn r34540 (Debian), built with gcc-4.7 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing mms://tv6.ustc.edu.cn/hdtv2.
STREAM_ASF, URL: mms://tv6.ustc.edu.cn/hdtv2
Resolving tv6.ustc.edu.cn for AF_INET6...
Connecting to server tv6.ustc.edu.cn[2001:da8:d800::43]: 1755...
connection timeout
Resolving tv6.ustc.edu.cn for AF_INET...
Couldn't resolve name for AF_INET: tv6.ustc.edu.cn
Resolving tv6.ustc.edu.cn for AF_INET6...
Connecting to server tv6.ustc.edu.cn[2001:da8:d800::43]: 80...
Server returned 404:Not Found
Failed to parse header.
Failed, exiting.
Resolving tv6.ustc.edu.cn for AF_INET6...
Connecting to server tv6.ustc.edu.cn[2001:da8:d800::43]: 80...
Server returned 404: Not Found
No stream found to handle url mms://tv6.ustc.edu.cn/hdtv2
Exiting... (End of file)
$ nmap -6 tv6.ustc.edu.cn
Starting Nmap 6.00 ( http://nmap.org ) at 2013-10-29 12:16 CST
Nmap scan report for tv6.ustc.edu.cn (2001:da8:d800::43)
Host is up (0.084s latency).
Not shown: 994 filtered ports
PORT STATE SERVICE
80/tcp open http
135/tcp open msrpc
445/tcp open microsoft-ds
554/tcp open rtsp
3389/tcp open ms-wbt-server
49154/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 8.26 seconds
mms 默认端口是 1755,rtsp 默认端口是 554(<del>135</del>笔误)。服务器上开的是 rtsp,没开 mms,放个 mms:// 当然会出错。
windows media player 可以放,猜测可能是它会自己尝试用 rtsp 来连接。
在另一台机器上试了用 totem 放 mms:// 也可以,但会死一段时间后才放出来,放 rtsp:// 的时候立刻就出来了,估计也是 mms 连接失败后自动用 rtsp 来连接。
所以结论似乎是地址写错了,跟这几个播放器放不放得了 mms 没有关系。
$ nmap -6 tv6.ustc.edu.cn
Starting Nmap 6.00 ( http://nmap.org ) at 2013-10-29 12:16 CST
Nmap scan report for tv6.ustc.edu.cn (2001:da8:d800::43)
Host is up (0.084s latency).
Not shown: 994 filtered ports
PORT STATE SERVICE
80/tcp open http
135/tcp open msrpc
445/tcp open microsoft-ds
554/tcp open rtsp
3389/tcp open ms-wbt-server
49154/tcp open unknown
Nmap done: 1 IP address (1 host up) scanned in 8.26 seconds
mms 默认端口是 1755,rtsp 默认端口是 554(<del>135</del>笔误)。服务器上开的是 rtsp,没开 mms,放个 mms:// 当然会出错。
windows media player 可以放,猜测可能是它会自己尝试用 rtsp 来连接。
在另一台机器上试了用 totem 放 mms:// 也可以,但会死一段时间后才放出来,放 rtsp:// 的时候立刻就出来了,估计也是 mms 连接失败后自动用 rtsp 来连接。
所以结论似乎是地址写错了,跟这几个播放器放不放得了 mms 没有关系。