Opened 12 years ago

Closed 12 years ago

#2049 closed defect (invalid)

some asx streams refuse to play

Reported by: belegdol+mplayer@… Owned by: reimar
Priority: normal Component: streaming
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Hi,

this was originally reported as
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1828
I just re-tested with SVN head and internal ffmpeg and the file still does not play:

$ ./mplayer http://www.dr.dk/netradio/metafiler/asx/DR_P2_128.asx
MPlayer SVN-r34777-4.6.2 (C) 2000-2012 MPlayer Team

Playing http://www.dr.dk/netradio/metafiler/asx/DR_P2_128.asx.
Resolving www.dr.dk for AF_INET6...

Couldn't resolve name for AF_INET6: www.dr.dk
Resolving www.dr.dk for AF_INET...
Connecting to server www.dr.dk[195.137.194.128]: 80...

STREAM_ASF, URL: http://www.dr.dk/netradio/metafiler/asx/DR_P2_128.asx
Resolving www.dr.dk for AF_INET6...

Couldn't resolve name for AF_INET6: www.dr.dk
Resolving www.dr.dk for AF_INET...
Connecting to server www.dr.dk[195.137.194.128]: 80...

Server returned 302:Moved Temporarily
Failed to parse header.
Failed, exiting.
Resolving www.dr.dk for AF_INET6...

Couldn't resolve name for AF_INET6: www.dr.dk
Resolving www.dr.dk for AF_INET...
Connecting to server www.dr.dk[195.137.194.128]: 80...

Cache size set to 320 KBytes
Cache fill: 0.47% (1524 bytes)

Exiting... (End of file)

Totem can play the stream fine.

Change History (1)

comment:1 by reimar, 12 years ago

Resolution: invalid
Status: newclosed

That URL is not a media file/URL, it is a playlist.
You need to use -playlist if you want MPlayer to parse playlists.
It seems to work fine for me with that, so I'll resolve as invalid.
Reopen if my analysis is wrong.

Note: See TracTickets for help on using tickets.