From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 3 22:45:43 2003 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 0578037B401; Sun, 3 Aug 2003 22:45:43 -0700 (PDT) Received: from babyruth.hotpop.com (babyruth.hotpop.com [204.57.55.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37F6C43FB1; Sun, 3 Aug 2003 22:45:42 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by babyruth.hotpop.com (Postfix) with SMTP id 4619C21DF84; Mon, 4 Aug 2003 05:45:39 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-1.hotpop.com (Postfix) with SMTP id 2456B1A0288; Mon, 4 Aug 2003 05:45:26 +0000 (UTC) Date: Mon, 4 Aug 2003 05:43:13 -0500 From: Vulpes Velox To: freebsd-questions@freebsd.org, freebsd-multimedia@freebsd.org Message-Id: <20030804054313.2df70cda.kitbsdlists@HotPOP.com> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- Subject: Mplayer and RealAudio Sipro 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, 04 Aug 2003 05:45:43 -0000 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?