From owner-freebsd-multimedia@FreeBSD.ORG Sun Oct 31 04:06:17 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 E853116A4CF for ; Sun, 31 Oct 2004 04:06:17 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EE6343D1D for ; Sun, 31 Oct 2004 04:06:17 +0000 (GMT) (envelope-from freebsd@nbritton.org) Received: from nbritton.org (12-223-129-46.client.insightbb.com[12.223.129.46]) by sccimhc92.asp.att.net (sccimhc92) with SMTP id <20041031040616i9200oo2ske>; Sun, 31 Oct 2004 04:06:17 +0000 Message-ID: <418464B8.6080601@nbritton.org> Date: Sat, 30 Oct 2004 23:06:16 -0500 From: Nikolas Britton User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: wijs References: <4180E3E2.40707@quicknet.nl> In-Reply-To: <4180E3E2.40707@quicknet.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-multimedia@freebsd.org 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: Sun, 31 Oct 2004 04:06:18 -0000 I think (and thats a big if) what your looking for is nas (Network Audio System) http://radscan.com/nas.html It's in ports under audio/nas and It can be automatically compiled into mpg123 using the make option WITH_NAS=YES wijs wrote: > Hi there, > > What is the sound demon for transfering sound over tcp/ip? > I'm quite new in FreeBSD. > I tried it with ESD: > > On my desktop computer I forwarded my sound from my FreeBSD with the > command: > esdplay -s 10.10.10.20 wned.wav > Where 10.10.10.20 is my windows machine and wned.wav is a wav file. > Then I listened on my desktop pc with the command: > esd -promiscuous -tcp -public > It worked, I heard the sound. Then I wanted to forward sound from > other programs. I did this wtih esddsp. I used the command: > esddsp -s 10.10.10.20 mpg123 *.mp3 > > I have got the error : bus error > > bash-2.05b$ esddsp -v -s 10.10.10.20 -m mpg123 U2_walk_on.mp3 > server: 10.10.10.20 > name: mpg123 > command line: mpg123 U2_walk_on.mp3 > High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2 and 3. > Version 0.59r (1999/Jun/15). Written and copyrights by Michael Hipp. > Uses code from various people. See 'README' for more! > THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY! USE AT YOUR OWN RISK! > Bus error > > It didn't work and nobody replied to my email. > Does anyone now another sound driver who can do the trick? > > Thanks Koen > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" >