#1072 closed defect (worksforme)
MPlayer won't play BBC streams
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | important | Component: | streaming |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
MPlayer refuses to play BBC RealPlayer streams, but they work correctly in RealPlayer 11. I've installed the binary codecs from the website as per the instructions, and even linked in the RealPlayer codecs to the codecs folder (/usr/lib/codecs) but to no avail.
Below is the output from MPlayer:
MPlayer SVN-r25979 rpm.livna.org (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) Dual CPU T2330 @ 1.60GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
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 rtsp://rmv8.bbc.net.uk/radio4/1200_sun.ra.
Stream not seekable!
file format detected.
Initializing libNemesi
Opening: rtsp://rmv8.bbc.net.uk/radio4/1200_sun.ra
Error: Client error. Reply was: 454 Session Not Found
PLAY Error from the server: Session Not Found
No stream found.
Closing libNemesi RTSP Stream...
No Connection to close
Error Closing Stream: Session Not Found
Exiting... (End of file)
Change History (2)
comment:1 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Thanks for your comments. My MPlayer is the one built by the Livna repository so I've asked them to disable it (or provide a build that doesn't use it).
Is it possible that future MPlayer versions could support falling back to realrtsp if libnemesi failed?
libnemesi is incompatible with realrtsp (libnemesi disables the internal rtsp code, that is needed by realrtsp).
Recompile without libnemesi (configure --disable-nemesi) if you need realrtsp support (you can use live555 is you also need standard rtsp support).