Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#589 closed defect (wontfix)

mplayer fails to dump stream from wdr radio

Reported by: hanno@… Owned by: r_togni@…
Priority: normal Component: streaming
Version: HEAD Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Latest mplayer cvs:

mplayer -dumpstream
pnm://ras02.wdr.de/radio/wdr5/neugier_genuegt/redezeit250906.rm

Spiele pnm://ras02.wdr.de/radio/wdr5/neugier_genuegt/redezeit250906.rm.
STREAM_PNM, URL:
pnm://ras02.wdr.de/radio/wdr5/neugier_genuegt/redezeit250906.rm
Löse ras02.wdr.de auf für AF_INET6...
Konnte Namen für AF_INET6 nicht auflösen: ras02.wdr.de
Löse ras02.wdr.de auf für AF_INET...
Verbinde mit Server ras02.wdr.de[149.219.195.102]:7070 ...
Cache-Größe auf 64 KByte gesetzt.
input_pnm: got message from server while reading stream:
You need to obtain a new player to play this clip. Please point your web
browser to http://www.real.com and download the latest RealOne Player from
RealNetworks. Once you have installed it you should try this clip again.
Core dumped ;)

Change History (1)

comment:1 by r_togni@…, 18 years ago

Resolution: wontfix
Status: newclosed

This is a known problem: MPlayer doesn't do a true authentication for pnm://
streams, but cheats sending a fixed string. This doesn't work with newer servers.

Usually you can play the stream by replacing pnm:// with rtsp:// (it works with
the url you posted).

This 'bug' won't be fixed unless somebody reverses the pnm authentication, I'm
considering adding an automatic fallback to rtsp.

Note: See TracTickets for help on using tickets.