From owner-freebsd-questions@FreeBSD.ORG Wed Feb 22 15:56:54 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C6F816A420 for ; Wed, 22 Feb 2006 15:56:54 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E7043D48 for ; Wed, 22 Feb 2006 15:56:53 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id k1so1550674nzf for ; Wed, 22 Feb 2006 07:56:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=DjfDh2ojHI+VU3rxaKD1mXK8C63jK28hz+HgLNwZvh6Thp2+e4xdlnKHVNrK8+QWTaPos430IB4AroBBk641Mf8vDZ3PJWvx+tHvIlhCKCILc5v64FcmfUx3QZeP0Dhd9gppaIMMc+HyxG29+q6Kw9DT9uMpYX6E+S0jKdntBMs= Received: by 10.36.100.19 with SMTP id x19mr938330nzb; Wed, 22 Feb 2006 07:56:45 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id r1sm5543220nzd.2006.02.22.07.56.41; Wed, 22 Feb 2006 07:56:41 -0800 (PST) From: Andrew To: Adi Pircalabu In-Reply-To: <20060222113918.6730a879@apircalabu.dsd.ro> References: <1140566354.625.30.camel@netvista.network> <20060222113918.6730a879@apircalabu.dsd.ro> Content-Type: text/plain Date: Wed, 22 Feb 2006 09:56:04 -0600 Message-Id: <1140623764.625.45.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: using Realplayer codecs with mplayer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2006 15:56:54 -0000 On Wed, 2006-02-22 at 11:39 +0200, Adi Pircalabu wrote: > On Tue, 21 Feb 2006 17:59:14 -0600 > Andrew wrote: > > > I'd like to be able to use mplayer to play Realmedia files (more > > specifically, streaming audio), but I can't seem to get it working > > under FreeBSD. I have mplayer, realplayer and the win32-codecs ports > > installed. mplayer and realplayer both work great, but mplayer refuses > > to play Realaudio streams. > > Do you want to use MPlayer with Realplayer codecs? If so, you must rebuild > mplayer using "WITH_REALPLAYER=1" argument for make. > Bye Thanks for the suggestion; however, after building mplayer with "make -DWITH_REALPLAYER=1 install" and, alternatively, "make WITH_REALPLAYER=1 install", it fails with the error I posted before: Win32 LoadLibrary failed to load: avisynth.dll, /usr/local/lib/win32/avisynth.dll, /usr/lib/win32/avisynth.dll So, I suppose I'll have to install ffdshow on a Windows machine, and grab that dll. Hopefully that will take care of it. -Andrew