Date: Mon, 23 Mar 2009 12:17:44 -0700 From: Gary Kline <kline@thought.org> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: networked audio Message-ID: <20090323191744.GA5405@thought.org> In-Reply-To: <alpine.BSF.2.00.0903231112400.14306@wojtek.tensor.gdynia.pl> References: <20090322233056.GA41297@thought.org> <alpine.BSF.2.00.0903231112400.14306@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 23, 2009 at 11:13:17AM +0100, Wojciech Puchar wrote: > >This ought to be a fast, binary question: are there any [relatively] > >simple ways to set up a utility to play sounds [or sound+video] on a > >remote computer (say, 25m apart) and have the mp3/au/wav/ogg files on > >the distant computer and the audio play thru the nice speaker system in > >my office? > > > cat mp3files|rsh -l username remote.computer.name "mpg123 -" Well, that's simple enough:) plus being pretty sharp because it works. "mplayer -" works from the cmd line but tries and fails to seek backward to the origin. thanks much, gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix http://jottings.thought.org http://transfinite.thought.org The 2.41a release of Jottings: http://jottings.thought.org/index.php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090323191744.GA5405>