From owner-freebsd-multimedia@FreeBSD.ORG Thu Oct 28 12:19:53 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 51A4F16A4CE for ; Thu, 28 Oct 2004 12:19:53 +0000 (GMT) Received: from vmx50.multikabel.net (vmx50.multikabel.net [212.127.254.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2E1443D49 for ; Thu, 28 Oct 2004 12:19:52 +0000 (GMT) (envelope-from wijs@quicknet.nl) Received: from vmx100.multikabel.net ([212.127.254.147]) by vmx50.multikabel.net with esmtp (Exim 4.41) id 1CN9Fv-000210-Eu for freebsd-multimedia@freebsd.org; Thu, 28 Oct 2004 14:19:51 +0200 Received: from [10.10.10.20] (84-107-4-216.dsl.quicknet.nl [84.107.4.216]) by vmx100.multikabel.net (8.12.10/8.12.8) with ESMTP id i9SCJnfs030617 for ; Thu, 28 Oct 2004 14:19:50 +0200 Message-ID: <4180E3E2.40707@quicknet.nl> Date: Thu, 28 Oct 2004 14:19:46 +0200 From: wijs User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MultiKabel-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MailScanner: Found to be clean X-MultiKabel-MailScanner-SpamCheck: X-MultiKabel-MX-MailScanner-Information: Please contact helpdesk@quicknet.nl for more information X-MultiKabel-MX-MailScanner: Found to be clean X-MultiKabel-MX-MailScanner-SpamCheck: X-MailScanner-From: wijs@quicknet.nl Subject: 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: Thu, 28 Oct 2004 12:19:53 -0000 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