Date: Mon, 4 Aug 2003 05:43:13 -0500 From: Vulpes Velox <kitbsdlists@HotPOP.com> To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org Subject: Mplayer and RealAudio Sipro Message-ID: <20030804054313.2df70cda.kitbsdlists@HotPOP.com>
next in thread | raw e-mail | index | archive | help
Has any body managed to get mplayer to work with the realaudio sipro codec?
So far I have tried...
audiocodec rasipr
info "RealAudio Sipro"
status working
format 0x72706973 ; "sipr"
driver realaud
dll "sipr.so.6.0"
;dll "sipr3260.dll"
and got the following message
========================================================================
== Opening audio decoder: [realaud] RealAudio decoder
opening shared obj '/usr/local/lib/RealPlayer8/Codecs/sipr.so.6.0'
Error: Shared object "libc.so.6" not found
opening win32 dll '/usr/local/lib/RealPlayer8/Codecs/sipr.so.6.0'
Win32 LoadLibrary failed to load: /usr/local/lib/RealPlayer8/Codecs/sipr.so.6.0,
/usr/local/lib/win32//usr/local/lib/RealPlayer8/Codecs/sipr.so.6.0,
/usr/lib/win32//usr/local/lib/RealPlayer8/Codecs/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 :(
*** Try to upgrade /root/.mplayer/codecs.conf from etc/codecs.conf
*** If it still does not work, read DOCS/codecs.html!
Cannot find codec for audio format 0x72706973.
==========================================================================
and the other config I have tried is
audiocodec rasipr
info "RealAudio Sipro"
status working
format 0x72706973 ; "sipr"
driver realaud
;dll "sipr.so.6.0"
dll "sipr3260.dll"
and got the following message
========================================================================
== Opening audio decoder: [realaud] RealAudio decoder
opening shared obj '/usr/local/lib/RealPlayer8/Codecs/sipr3260.dll'
Error: /usr/local/lib/RealPlayer8/Codecs/sipr3260.dll: invalid file format
opening win32 dll '/usr/local/lib/RealPlayer8/Codecs/sipr3260.dll'
Audio codec: [1] 8.5 kbps Voice (G2,RA8)
Audio bitrate: 8.500 kbit/s (1063 bps)
AUDIO: 8000 Hz, 1 ch, 16 bit (0x10), ratio: 1063->16000 (8.5 kbit)
Selected audio codec: [rasipr] afm:realaud (RealAudio Sipro)
==========================================================================
any suggestions on fixxing either of these?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030804054313.2df70cda.kitbsdlists>
