From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 12 14:30:47 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6EA4616A400 for ; Tue, 12 Jun 2007 14:30:47 +0000 (UTC) (envelope-from metrol.net@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id 01C4413C46A for ; Tue, 12 Jun 2007 14:30:46 +0000 (UTC) (envelope-from metrol.net@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1207793mue for ; Tue, 12 Jun 2007 07:30:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=m0eLDMM2dj0X4I7iTAAOmH11RE8D87hZvazI3DzHTiD+VAAMn5IXRtOpEKB97y4yHILxG1SX/5Ma2W7T33NJ4g5+IKC2CxnFyJ6WMn2dntxsUvK5Nzi67i/nLkyXUdrvsP0ZjlG4r8auRCXLeJKgySxC9wXD69JJjyU6CQhjwro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RVqO5BJ/9ow7SfEWvXpqLrto2L4TSsZM7jJCVMnC0GLFRdw6045/0cH9QJp/TBaAG0HTzk0aynQBj3DDQzVeaDx/PavjD3z5Fi0SORk8BchbXDN7KQpyh3ryhi3CL3z9WYV1j5PlMrvtVRVQE8i/LE4SsPEgxbbAy1ur77rSSOA= Received: by 10.82.112.3 with SMTP id k3mr13414573buc.1181658645436; Tue, 12 Jun 2007 07:30:45 -0700 (PDT) Received: by 10.82.178.8 with HTTP; Tue, 12 Jun 2007 07:30:45 -0700 (PDT) Message-ID: Date: Tue, 12 Jun 2007 07:30:45 -0700 From: "Michael Collette" To: freebsd-multimedia@freebsd.org In-Reply-To: <20070606090225.6cuky5jlcs04oosg@webmail.leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070606090225.6cuky5jlcs04oosg@webmail.leidinger.net> Subject: Re: flash sound through esound X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jun 2007 14:30:47 -0000 For the record, just installing the linux esound does not just make it work. Here are some of the steps that do get it to work though. The flash player looks for a couple of things for sound support. One is /tmp/.esd/socket. This must be created on the X server. mkdir /tmp/.esd touch /tmp/.esd/socket The other thing flash is looking for is libesd.so.1. The linux-esound library also looks for libesd.so.0. This must be created on the X server as well. cd /usr/local/lib ln -s libesd.so.2 libesd.so.0 ln -s libesddsp.so.2 libesddsp.so.0 ln -s libesd.so.2 libesd.so.1 ln -s libesddsp.so.2 libesddsp.so.0 cd /compat/linux/usr/lib ln -s libesd.so.0.2.36 libesd.so.1 ln -s libesd.so.0.2.36 libesd.so.2 ln -s libesddsp.so.0.2.36 libesddsp.so.1 ln -s libesddsp.so.0.2.36 libesddsp.so.2 After all that, linux-firefox properly recognizes the ESPEAKER environment variable, and sound is directed through it automatically. Perhaps either the flash7 or esound ports need to check for these links and create them as needed upon installation? It'd just be nice to have it work out of the box so to speak. On 6/6/07, Alexander Leidinger wrote: > Quoting Michael Collette (from Tue, 5 Jun 2007 > 09:04:51 -0700): > > > I ran across a thread talking about this a little while back, but > > there was a lack of details as to how it was done. > > > > I'm running linux-firefox with the flash7 port on a remote X terminal. > > That part is working quite nicely. I'm finding that my best bet for > > network audio at this point is esound. Seems to be the widest > > supported daemon. I'm trying to route the flash audio through it. > > > > How do I get linux flash7 to route it's audio to esound properly? > > You have to install the linux version of esd and run linux-firefox > within the linux version of esddsp (or how it is called). This may > result in the behavior you want. > > Bye, > Alexander. > > -- > Serving coffee on aircraft causes turbulence. > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 > -- "When you come to a fork in the road....Take it" - Yogi Berra