From owner-freebsd-questions@FreeBSD.ORG Tue Feb 21 23:59:57 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 6C89D16A423 for ; Tue, 21 Feb 2006 23:59:57 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D42D43D46 for ; Tue, 21 Feb 2006 23:59:56 +0000 (GMT) (envelope-from andrew.chace@gmail.com) Received: by zproxy.gmail.com with SMTP id x7so1292295nzc for ; Tue, 21 Feb 2006 15:59:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:to:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=h//vdrTm95FwBxJftIaKTo7jx/1O9+NxZ+kEDFaTjiqTGzOVMvjGI7fFtJDaS4AdGPnmj9u/vMJfSpnF1+V/78YxlGOnf/oFO+oaXsKiaBrWZDw/fJsX3WBa+VjgLmINryc+7NXOGx8ARHjmon2fnwK/DMjjvgdUfc36j8k1SZc= Received: by 10.36.22.20 with SMTP id 20mr5417820nzv; Tue, 21 Feb 2006 15:59:55 -0800 (PST) Received: from netvista.network ( [71.214.204.80]) by mx.gmail.com with ESMTP id 15sm9065336nzn.2006.02.21.15.59.55; Tue, 21 Feb 2006 15:59:55 -0800 (PST) From: Andrew To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Tue, 21 Feb 2006 17:59:14 -0600 Message-Id: <1140566354.625.30.camel@netvista.network> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: 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: Tue, 21 Feb 2006 23:59:57 -0000 Hello, Please correct me if this is not the best place to post this question; it wasn't clear to me if it belonged on the 'multimedia' list or not... 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. It fails with the error: Win32 LoadLibrary failed to load: avisynth.dll,/usr/local/lib/win32/avisynth.dll,/usr/lib/win32/avisynth.dll On a hunch, I grabbed the latest (stable) codecs from mplayerhq.hu, and extracted them into /usr/local/lib/win32, but it doesn't include this dll either. So, I suppose my question is: Will mplayer, if set up correctly, play realaudio files, or is this not possible since realplayer is being run under Linux emulation? Thanks for any info or pointers to relevant posts or documentation... -Andrew