Please test: mplayer 1.0pre3

Simon Barner barner at in.tum.de
Mon Jan 26 09:02:14 PST 2004


Hi,

another note on strange RealVideo files:

Some failed to find the correct audio codec:

  Opening audio decoder: [realaud] RealAudio decoder
  opening shared obj '/usr/local/lib/RealPlayer8/Codecs/sipr.so.6.0'
  Error: Shared object "libm.so.6" not found
  opening win32 dll 'sipr.so.6.0'
  Win32 LoadLibrary failed to load: sipr.so.6.0, /usr/local/lib/win32/sipr.so.6.0, /usr/lib/win32/sipr.so.6.0
  Error loading dll
  ERROR: Could not open required DirectShow codec sipr.so.6.0.
  Read the RealAudio section of the DOCS!
  ADecoder preinit failed :(
  ADecoder init failed :(
  Opening audio decoder: [realaud] RealAudio decoder
  opening win32 dll 'sipr3260.dll'
  Win32 LoadLibrary failed to load: sipr3260.dll, /usr/local/lib/win32/sipr3260.dll, /usr/lib/win32/sipr3260.dll
  Error loading dll
  ERROR: Could not open required DirectShow codec sipr3260.dll.
  Read the RealAudio section of the DOCS!
  ADecoder preinit failed :(
  ADecoder init failed :(
  Cannot find codec for audio format 0x72706973.

I then added /compat/linux/lib to LD_LIBRARY_PATH
That made the audio codec work (at least according to mplayer's output),
but resulted in another error:

  Xlib: connection to ":0.0" refused by server
  Xlib: No protocol specified

  vo: couldn't open the X11 display (:0.0)!
  Error opening/initializing the selected video_out (-vo) device.

Neither branding sipr.so.6.0 as Linux, nor downloading the Windows DLL
from mplayerhq.hu helped.

Finally, I came up with the following solution:

# pwd
# /usr/local/lib/win32
# ln -s /compat/linux/lib/libm.so.6
# ln -s /compat/linux/lib/libc.so.6 
# ln -s /compat/linux/lib/ld-linux.so.2 

% export LD_LIBRARY_PATH=/usr/local/lib/win32
% mplayer somefile.ram

Puh, I hope I fixed all those cra^W odd files now ... ;-/

Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: Digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040126/cee72d36/attachment.bin


More information about the freebsd-ports mailing list