From owner-freebsd-questions@FreeBSD.ORG Mon Oct 18 16:37:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36ACC16A4CE for ; Mon, 18 Oct 2004 16:37:56 +0000 (GMT) Received: from vmx15.multikabel.net (vmx15.multikabel.net [212.127.254.144]) by mx1.FreeBSD.org (Postfix) with ESMTP id A5A1443D45 for ; Mon, 18 Oct 2004 16:37:55 +0000 (GMT) (envelope-from wijs@quicknet.nl) Received: from vmx90.multikabel.net ([212.127.254.146]) by vmx15.multikabel.net with esmtp (Exim 4.41) id 1CJaVy-00070J-E0 for freebsd-questions@freebsd.org; Mon, 18 Oct 2004 18:37:42 +0200 Received: from [10.10.10.20] (84-107-4-216.dsl.quicknet.nl [84.107.4.216]) by vmx90.multikabel.net (8.12.10/8.12.8) with ESMTP id i9IGbYXJ016816 for ; Mon, 18 Oct 2004 18:37:39 +0200 Message-ID: <4173F145.5050307@quicknet.nl> Date: Mon, 18 Oct 2004 18:37:25 +0200 From: wijs User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@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: problems with sound forwarding over tcp/ip with esd. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Oct 2004 16:37:56 -0000 Hallo, I've just started with freebsd some time ago. I want to forward my sound from my server wtih FreeBSD to my other computer. I used esd for this. On my computer (with windows) I have found a port from cygwin for esd. 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 is a wav file. Then I listened on my windows machine with the command: esd -promiscuous -tcp -public It worked, I heard the sound. Then Iwanted 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 If I change the port it doesn't work it still gives the same error. Only if the port of esd and esddsp aren't equal or I don't listen with esd to the sound my freebsd machine doesn't give an error. I hope someoen could help me with this problem so I will quickly be able to use FreeBSD more often and throw windows after some time away.