From owner-freebsd-questions@FreeBSD.ORG Sun Sep 7 05:10:36 2003 Return-Path: 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 C25E016A4BF for ; Sun, 7 Sep 2003 05:10:36 -0700 (PDT) Received: from mailout.informatik.tu-muenchen.de (mailout.informatik.tu-muenchen.de [131.159.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3EE343FDF for ; Sun, 7 Sep 2003 05:10:35 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id B94AD38DF5; Sun, 7 Sep 2003 14:10:33 +0200 (CEST) Date: Sun, 7 Sep 2003 14:10:33 +0200 From: Simon Barner To: Monah Baki Message-ID: <20030907121033.GA534@zi025.glhnet.mhn.de> References: <20030905201834.M89294@whywire.com> <3F58F73D.8040707@pacbell.net> <20030924211528.M97284@whywire.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline In-Reply-To: <20030924211528.M97284@whywire.net> User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: James Leone cc: freebsd-questions@freebsd.org Subject: Re: mplayer one last time :( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2003 12:10:36 -0000 --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I got it running in Linux all I need to is to compile the following: >=20 > openquicktime-1.0-src.tar > win32codecs.tar > MPlayer-0.91.tar.bz2=20 > mplayerplug-in-0.80.tar.gz=20 > mini.tar.bz2=20 > Blue-1.0.tar > qt6dlls.tar.bz2=20 >=20 > Those too are the same files that freebsd looks for, but all I get is a w= hite dialog box saying=20 > "loading movie", when I click on a movie in quicktime.apple.com. In case you didn't know, mplayerplug-in 0.80 is also in the ports collection. I experiences the same problems as you, but I managed to make the moves at http://www.apple.com/trailers work. Here is what I did: portupgrade -R mplayerplugin (edit your /usr/local/etc/pkgtools.conf to exclude some ports (e.g. XFree) and define your preferred knobs for mplayer) =20 Do you need a http proxy to access the web? In case you do, there is a problem since the plugin does not use the browsers plugin setting (yet) but simply forks an mplayer process. The good news is, that mplayer respects the http_proxy environment variable, so the following wrapper script made the quicktime movies work for me (I suppose this has something to do with streaming since other movie formats seem to be downloaded by the browser (which knows your proxy) to a temporary file and then passed to mplayer) mv /usr/local/bin/mplayer /usr/local/bin/mplayer.bin create a shell script /usr/local/bin/mplayer #!/bin/sh http_proxy=3Dhttp://your.proxy:1234 export http_proxy /usr/local/bin/mplayer.bin Regards, Simon --4Ckj6UjgE2iN1+kY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/WyA5Ckn+/eutqCoRAoUgAJ92OUCqj9qIemn5rDrAV8tTG8FS3wCgoy4p SViVs/jlmvWIHgCJNfX50k8= =Ejyl -----END PGP SIGNATURE----- --4Ckj6UjgE2iN1+kY--