Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#226 closed defect (fixed)

Specifying Nullsoft Video Playlist doesn't work

Reported by: webmaster@… Owned by: alex@…
Priority: normal Component: core
Version: 1.0pre6 Severity: minor
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Specifying an NSV Video URL directly works fine, however specifying the address
of the PLS file (which in turn should direct the player to the real stream URL)
fails. (I hope this is not a dupe)


mplayer "http://radio.testdomain.com:9500/;stream.nsv"
MPlayer 1.0pre6-3.3.4 (C) 2000-2004 MPlayer Team
CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags: MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE

73 audio & 180 video codecs
Failed to open /dev/rtc: Permission denied (it should be readable by the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : Permission denied
Can't init input joystick
Setting up LIRC support...
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 http://radio.testdomain.com:9500/;stream.nsv.
Resolving radio.testdomain.com for AF_INET6...
Couldn't resolve name for AF_INET6: radio.testdomain.com
Resolving radio.testdomain.com for AF_INET...
Connecting to server radio.testdomain.com[xxx.xxx.xxx.xxx]:9500 ...
Name : [testdomain.com] Videostream
Genre : Video
Website: http://www.testdomain.com
Public : yes
Bitrate: 500kbit/s
Cache size set to 1024 KBytes
Connected to server: radio.testdomain.com
Cache fill: 17.19% (180224 bytes) Nullsoft Streaming Video file format detected.
VIDEO: [VP31] 320x240 24bpp 25.000 fps 0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Trying to force audio codec driver family libmad...
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 7000->176400 (56.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
[...]


the above works, what follows either gets stuck or returns (end of file):


mplayer http://radio.testdomain.com:9500/listen.pls
MPlayer 1.0pre6-3.3.4 (C) 2000-2004 MPlayer Team
CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags: MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE

73 audio & 180 video codecs
Failed to open /dev/rtc: Permission denied (it should be readable by the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : Permission denied
Can't init input joystick
Setting up LIRC support...
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 http://radio.testdomain.com:9500/listen.pls.
Resolving radio.testdomain.com for AF_INET6...
Couldn't resolve name for AF_INET6: radio.testdomain.com
Resolving radio.testdomain.com for AF_INET...
Connecting to server radio.testdomain.com[xxx.xxx.xxx.xxx]:9500 ...
Cache size set to 1024 KBytes
Connected to server: radio.testdomain.com

Playing http://radio.testdomain.com:9500/;stream.nsv.
Resolving radio.testdomain.com for AF_INET6...
Couldn't resolve name for AF_INET6: radio.testdomain.com
Resolving radio.testdomain.com for AF_INET...
Connecting to server radio.testdomain.com[xxx.xxx.xxx.xxx]:9500 ...
Cache size set to 1024 KBytes
Connected to server: radio.testdomain.com

Exiting... (End of file)


(Sometimes it gets stuck just above the Exiting... line)

The content of listen.pls is:


[playlist]
NumberOfEntries=1
File1=http://radio.testdomain.com:9500/;stream.nsv


Change History (4)

comment:1 by reynaldo@…, 19 years ago

Im pretty sure this is not mplayer's but radio.testdomain.com:9500
fault, try this url with current cvs:

http://82.149.227.171:9500/listen.pls

comment:2 by webmaster@…, 18 years ago

Tried it with MPlayer 1.0pre7-3.3.5 (Marillat Debian packages btw) and got the
same result. Will have to see whether I manage to compile CVS.

comment:3 by webmaster@…, 18 years ago

Update: latest version from CVS seems to work fine. (sorry for the spam)

comment:4 by reimar, 18 years ago

Resolution: fixed
Status: newclosed

Fixed according to reporter => closed.

Note: See TracTickets for help on using tickets.