From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 26 09:02:14 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8143E16A4CE; Mon, 26 Jan 2004 09:02:14 -0800 (PST) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB3643D5C; Mon, 26 Jan 2004 09:01:55 -0800 (PST) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id A8B6C970F; Mon, 26 Jan 2004 18:01:53 +0100 (CET) Date: Mon, 26 Jan 2004 18:01:53 +0100 From: Simon Barner To: "Thomas E. Zander" Message-ID: <20040126170153.GD65527@zi025.glhnet.mhn.de> References: <20040125000805.GE27786@o503.hadiko.de> <20040126032518.GE47635@zi025.glhnet.mhn.de> <20040126075053.GB3236@o503.hadiko.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gDGSpKKIBgtShtf+" Content-Disposition: inline In-Reply-To: <20040126075053.GB3236@o503.hadiko.de> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: ports@freebsd.org cc: multimedia@freebsd.org Subject: Re: Please test: mplayer 1.0pre3 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jan 2004 17:02:14 -0000 --gDGSpKKIBgtShtf+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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/sipr= 3260.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 =66rom 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=20 # ln -s /compat/linux/lib/ld-linux.so.2=20 % export LD_LIBRARY_PATH=3D/usr/local/lib/win32 % mplayer somefile.ram Puh, I hope I fixed all those cra^W odd files now ... ;-/ Simon --gDGSpKKIBgtShtf+ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQFAFUgBCkn+/eutqCoRAs3jAKC1hyBBuOtYs68qPlgimmh0Hz/hDgCfYbfR +57o0njvkm8x6eAJIdEiqfI= =lbOd -----END PGP SIGNATURE----- --gDGSpKKIBgtShtf+--