From owner-freebsd-questions@FreeBSD.ORG Wed Nov 12 07:42:16 2003 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 CEA9816A4CE for ; Wed, 12 Nov 2003 07:42:16 -0800 (PST) Received: from grummit.biaix.org (86.Red-213-97-212.pooles.rima-tde.net [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 030C843FE3 for ; Wed, 12 Nov 2003 07:42:15 -0800 (PST) (envelope-from joan@grummit.biaix.org) Received: (qmail 63073 invoked by uid 1000); 12 Nov 2003 15:36:36 -0000 Date: Wed, 12 Nov 2003 16:36:36 +0100 From: Joan Picanyol i Puig To: freebsd-questions@freebsd.org Message-ID: <20031112153636.GA60592@grummit.biaix.org> Mail-Followup-To: Joan Picanyol i Puig , freebsd-questions@freebsd.org References: <20031112090957.GA37953@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Mail-Follwup-To: freebsd-questions@freebsd.org, lists-freebsd-questions@biaix.org Subject: Re: converting real media audio 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: Wed, 12 Nov 2003 15:42:16 -0000 [please honour, Mail-Followup-To:, not subscribed] * Dan Pelleg [20031112 15:12]: > Joan Picanyol writes: > > [please honour Mail-Followup-To:, not subscribed] > > I've found two speeches in Real Audio format I'd like to burn on a CD. > > I'm able to reproduce them fine with linux-reaplayer, but sox doesn't > > understand the format. What's the one liner to dump what is sounding on > > my speakers to a file sox can convert (which device shoud I cat?)? Is > > there some utility to convert from .rm files to .wav? > Run realplayer under linux-vsound (in the ports). Thanks for the tip, however it doesn't quite work: (16:24:25 <~>) 0 $ vsound -f appel.wav /usr/local/lib/RealPlayer8/realplay /home/pub/25/Audio/appel\[1\].rm Missing file ./vsound61809.au. This means that the libvsound wrapper did not work correctlty. A possible reason is that the program you are trying to run is setuid. In this case you will need to run vsound as root. (16:24:51 <~>) 0 $ sudo vsound -f appel.wav /usr/local/lib/RealPlayer8/realplay /home/pub/25/Audio/appel\[1\].rm Missing file ./vsound62032.au. This means that the libvsound wrapper did not work correctlty. A possible reason is that the program you are trying to run is setuid. In this case you will need to run vsound as root. (16:27:22 <~>) 0 $ ls -l /usr/local/lib/RealPlayer8/realplay -r-xr-xr-x 1 root wheel 1247004 Nov 5 17:16 /usr/local/lib/RealPlayer8/realplay What am I doing wrong? tks -- pica