From owner-freebsd-stable@FreeBSD.ORG Sun Mar 13 06:21:37 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D99816A4CE for ; Sun, 13 Mar 2005 06:21:37 +0000 (GMT) Received: from smtp817.mail.sc5.yahoo.com (smtp817.mail.sc5.yahoo.com [66.163.170.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9C43743D1F for ; Sun, 13 Mar 2005 06:21:36 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.171.3.242 with login) by smtp817.mail.sc5.yahoo.com with SMTP; 13 Mar 2005 06:21:36 -0000 From: Joshua Tinnin To: freebsd-stable@freebsd.org Date: Sat, 12 Mar 2005 22:21:35 -0800 User-Agent: KMail/1.7.2 References: <20050312134243.65565.qmail@web81708.mail.yahoo.com> In-Reply-To: <20050312134243.65565.qmail@web81708.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503122221.35745.krinklyfig@spymac.com> cc: James McNaughton Subject: Re: Flash player sound solution X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 06:21:37 -0000 On Saturday 12 March 2005 05:42 am, James McNaughton wrote: > The Problem: > > Using native Mozilla and > linuxpluginwrapper/linux-flashplugin (on 4.10-stable > et al) to view flash content results in no sound and > occasional Mozilla freezes. > > The Solution: > > Run esd. > > How: > > I was searching the web for the solution, and got > nowhere. There didn't seem to be anyone who had gotten > it to work. Linux mailing lists noted a problem with > file permissions on /dev/snd or /dev/pcm* depending on > the sound system drivers installed. My /dev/pcm* file > permissions were all rw to begin with, so this didn't > help. > > I wondered what device the plugin was actually trying > to access, so I did "strings > /usr/local/lib/linux-flashplugin6/libflashplayer.so" > and found /dev/dsp and /dev/mixer. Nearby in the list > I noticed a few lines relating to esd. From a command > line I started esd and went back to view some content > that had previously frozen Mozilla, and there was > sound coming out my speakers and the browser did not > hang. > > I had long suspected the browser hangs were related to > sound in the flash content. My results seem to confirm > that suspicion. Do you have an example (or two or more) of a page that causes the crash? I'd like to test this on 5.3-R. I know I used to have an email around here somewhere with examples ... - jt