[MPlayer-users] bug - rc2 searches for realplayer codecs in wrong place

Vladimir Mosgalin mosgalin at VM10124.spb.edu
Fri Jan 3 22:17:16 CET 2003


I've just tried to play a realmedia file with 0.90rc2 and got strange
error - mplayer searched for real codecs in a very wrong place.
Everything worked with the same setup at least in pre10, and AFAIR in
rc1 too.

Some interesting notes are below mplayer log.

$ mplayer -identify /mnt/media3/mp3/media/StarShipTrooper.rm
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/local/share/locale


MPlayer 0.90rc2-3.2 (C) 2000-2002 Arpad Gereoffy (см. DOCS!)

CPU: Intel Pentium MMX P55C (Family: 5, Stepping: 3)
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX

Reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory
Reading config file /home/mosgalin/.mplayer/config
Reading /home/mosgalin/.mplayer/codecs.conf: can't open '/home/mosgalin/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: 49 audio & 125 video codecs
init_freetype
Failed to open /dev/rtc: Device or resource busy (mplayer should be setuid root
or /dev/rtc should be readable by the user.)
Using usleep() timing
Input config file /home/mosgalin/.mplayer/input.conf parsed : 51 binds

Проигрывание /mnt/media3/mp3/media/StarShipTrooper.rm
Обнаружен REAL формат файла!
skip_str: 12 bytes skipped
skip_str: 20 bytes skipped
skip_str: 4 bytes skipped
read_str: 4 bytes read
======= WAVE Format =======
Format Tag: 26995 (0x6973)
Channels: 1
Samplerate: 8000
avg byte/sec: 6500
Block align: 232
bits/sample: 16
cbSize: 10
Unknown extra header dump: [0] [0] [6] [0] [0] [0] [e8] [0] [0] [0]
skip_str: 12 bytes skipped
skip_str: 20 bytes skipped
Clip info:
 name: StarShip Trooper
 author: Sarah Brightman & Hot Gossip
 copyright: www.sarahbrightman.co.uk
==========================================================================
Opening audio decoder: [realaud] RealAudio decoder
loadSyms()
/usr/local/RealPlayer8/Codecs/realsipr.so.6.0: cannot open shared object file: No such file or directory


I have real codecs in /usr/local/lib/RealPlayer8_codecs/. Mplayer was
configured with '--with-reallibdir=/usr/local/lib/RealPlayer8_codecs',
and config.h was correct. Everything worked just as is before.
I noticed also the following:

$ strings /usr/local/bin/mplayer |grep RealPlayer8
/usr/local/lib/RealPlayer8_codecs/%s
DT_Codecs=/usr/local/lib/RealPlayer8_codecs
into /usr/local/lib/RealPlayer8_codecs/ !

$ grep realsipr.so.6.0 /usr/local/bin/mplayer
(no output)

I wonder where mplayer got such a strange directory name?
Something isn't right with codec name too... There is no realsipr.so.6.0
in my system at all. I think something is broken in rc2...

$ ls /usr/local/lib/RealPlayer8_codecs/
14_4.so.6.0  ddnt.so.6.0  drv3.so.6.0     rv10.so.6.0  sipr.so.6.0
28_8.so.6.0  dnet.so.6.0  drv4.so.6.0     rv20.so.6.0  tokf.so.6.0
atrc.so.6.0  drv1.so.6.0  dspr.so.6.0     rv30.so.6.0  tokr.so.6.0
cook.so.6.0  drv2.so.6.0  rncolor.so.6.0  rv40.so.6.0

-- 

Vladimir




More information about the MPlayer-users mailing list