From owner-freebsd-questions Tue Mar 4 19:19:38 2003 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 B84E537B401 for ; Tue, 4 Mar 2003 19:19:37 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA95243FB1 for ; Tue, 4 Mar 2003 19:19:36 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.7/8.12.7) id h253JVHr063259; Tue, 4 Mar 2003 21:19:31 -0600 (CST) (envelope-from dan) Date: Tue, 4 Mar 2003 21:19:31 -0600 From: Dan Nelson To: charles pelletier Cc: "'Jeff Jirsa'" , freebsd-questions@FreeBSD.ORG Subject: Re: out of curiosity.. Message-ID: <20030305031931.GA21653@dan.emsphone.com> References: <20030304190054.J70226-100000@boris.st.hmc.edu> <000501c2e2c4$5ab53e50$05040101@socrates> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000501c2e2c4$5ab53e50$05040101@socrates> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.3i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Mar 04), charles pelletier said: > You are on the right track, but, i'm more interested in NOT dealing > with Mp3s. I want to be able to, say, load a 7 cdrom tower (nothing > but scsci cdroms, all chained, with an external scsi port) with cds, > then play direct from there. Basically, I want a jukebox. Although I > may try the mod port. You'll need to encode it into some format to stream them. You can probably whip up a cgi that given cd# and track#, launches cdda2wav that pipes its output to lame, which then writes its mp3 to stdout and to the browser. cdda2wav has cddb hooks, so you can probably use it to generate your selection list on the fly as well. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message