From owner-freebsd-multimedia@FreeBSD.ORG Fri Oct 29 13:13:18 2004 Return-Path: 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 C3C3A16A4CE for ; Fri, 29 Oct 2004 13:13:18 +0000 (GMT) Received: from ns.stare.cz (ns.stare.cz [81.95.102.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F2C743D45 for ; Fri, 29 Oct 2004 13:13:18 +0000 (GMT) (envelope-from hans@stare.cz) Received: by ns.stare.cz (Postfix, from userid 1001) id C939BB865; Fri, 29 Oct 2004 15:21:19 +0200 (CEST) Date: Fri, 29 Oct 2004 15:21:19 +0200 From: Jan Stary To: freebsd-multimedia@freebsd.org Message-ID: <20041029132119.GA90720@ns.stare.cz> Mail-Followup-To: freebsd-multimedia@freebsd.org References: <4180E3E2.40707@quicknet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4180E3E2.40707@quicknet.nl> User-Agent: Mutt/1.4.2.1i Subject: Re: transport sound across a network X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Oct 2004 13:13:18 -0000 > Does anyone now another sound driver who can do the trick? One possible way is to just $ cat file.mp3 | ssh user@machinewithsound "mpg123 -vy -" which should suffice on a local network Somewhere on the net, I have seen people doing sound playing with lpd: the mp3's, wav's, whatever, are just spooled to properly configured lpd, which has filters configured for them. jan