From owner-freebsd-multimedia Sat Jan 4 6: 9:35 2003 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 26C3937B401; Sat, 4 Jan 2003 06:09:34 -0800 (PST) Received: from bodb.mc.mpls.visi.com (bodb.mc.mpls.visi.com [208.42.156.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AA1743EA9; Sat, 4 Jan 2003 06:09:33 -0800 (PST) (envelope-from hawkeyd@visi.com) Received: from sheol.localdomain (hawkeyd-fw.dsl.visi.com [208.42.101.193]) by bodb.mc.mpls.visi.com (Postfix) with ESMTP id C2FBD4D7A; Sat, 4 Jan 2003 08:09:32 -0600 (CST) Received: (from hawkeyd@localhost) by sheol.localdomain (8.11.6/8.11.6) id h04E9V616445; Sat, 4 Jan 2003 08:09:31 -0600 (CST) (envelope-from hawkeyd) Date: Sat, 4 Jan 2003 08:09:31 -0600 From: D J Hawkey Jr To: John Merryweather Cooper Cc: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: FreeBSD-4.5, Mozilla-1.1, Plugger-4.0 and MPlayer-0.90rc2, oh-my! Message-ID: <20030104080931.A16422@sheol.localdomain> Reply-To: hawkeyd@visi.com References: <20030103200927.A667@sheol.localdomain> <3E167357.7030300@uidaho.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3E167357.7030300@uidaho.edu>; from coop9211@uidaho.edu on Fri, Jan 03, 2003 at 09:38:31PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Jan 03, at 09:38 PM, John Merryweather Cooper wrote: > > Thanks! > > For the FreeBSD version, I'm the maintainer of www/plugger. > > Could someone listening on ports put this in as a PR? With web-based > send-pr disabled, I can't do it as my FreeBSD machine is somewhat > Northeast of me at the moment. :) Just so you know, my hacks won't bring the Moz-on-Unix experience up to the same level as that of IE-on-M$. Many multimedia pages I visited confuse mplayer with whatever it is they're presenting as video clips (http://www.apple.com/trailers/), and QT and MPEG won't stream. Also, the hack to run-mozilla.sh as written isn't robust enough. This works better, but it still isn't The Right Answer(tm): --- run-mozilla.sh Tue Dec 31 08:01:03 2002 +++ run-mozilla.sh Fri Jan 3 12:20:26 2003 @@ -193,6 +193,12 @@ ## $prog ${1+"$@"} exitcode=$? + + ## + ## Kill any plugger artifacts + ## + ps -axww |egrep "mplayer.*wid" |awk '{print $1}' |xargs kill -9 + if [ "$DEBUG_CORE_FILES" ] then if [ -f core ] > jmc Dave -- ______________________ ______________________ \__________________ \ D. J. HAWKEY JR. / __________________/ \________________/\ hawkeyd@visi.com /\________________/ http://www.visi.com/~hawkeyd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message