From owner-freebsd-questions@FreeBSD.ORG Thu Dec 30 21:25:31 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 085E216A4CE for ; Thu, 30 Dec 2004 21:25:31 +0000 (GMT) Received: from redtick.homeunix.com (adsl-67-66-94-47.dsl.okcyok.swbell.net [67.66.94.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6061443D3F for ; Thu, 30 Dec 2004 21:25:30 +0000 (GMT) (envelope-from boxend@redtick.homeunix.com) Received: from redtick.homeunix.com (localhost.homeunix.com [127.0.0.1]) by redtick.homeunix.com (8.13.1/8.12.10) with ESMTP id iBULOKIR042751; Thu, 30 Dec 2004 15:24:20 -0600 (CST) (envelope-from boxend@redtick.homeunix.com) Received: (from boxend@localhost) by redtick.homeunix.com (8.13.1/8.12.10/Submit) id iBULOJfK042750; Thu, 30 Dec 2004 15:24:19 -0600 (CST) (envelope-from boxend) Date: Thu, 30 Dec 2004 15:24:19 -0600 From: Mark To: WMC Message-ID: <20041230212419.GA42715@redtick.homeunix.com> References: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.2.20041230153428.03096e70@mailsvr.xxiii.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: Music on Hold via FreeBSD Server 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: Thu, 30 Dec 2004 21:25:31 -0000 On Thu, Dec 30, 2004 at 03:41:38PM -0500, WMC wrote: > Greetings, > > I have an existing FreeBSD 5.x server I'm trying to use to feed music or > announcements on-hold into our phone system (yeah - I know the legalities > of using copyrighted stuff.) > > I installed a sound card, wired it up, and hacked together a simple little > script to run the mpg123 package to continuously playback a few mp3 files. > > Couple questions: > * What command-line program would you suggest for playing uncompressed > audio files in this scenario? There are hundreds of entries in Ports, and > I'd rather not spend a month trying them all. > > * Has anyone else done something similar to this, and would you care to > share a script to keep it running continuously? > > -Thanks, > Wayne > > _______________________________________________ > 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" I run a headless jukebox using musicpd and ncmpc, runs on older equipment, just ssh into it for control and updates, nice random repete mode with fade into next song. really makes a nice setup.