Date: Mon, 06 May 2013 19:24:29 -0500 From: Joshua Isom <jrisom@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: script or c prog to record live audio? Message-ID: <518849BD.6010709@gmail.com> In-Reply-To: <20130506231902.GA26387@ethic.thought.org> References: <20130506231902.GA26387@ethic.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/6/2013 6:19 PM, Gary Kline wrote: > > guys, > > I've been meaning to ask one of the Nix lists if there is a script that > will record something from kuow.org while I watch one of my favorite tv > broadcasts. most of the time, nothing is on tv, but this one radio > broadcast, "AR" co-insides with "NOVA" at 21:00. > > anybody know? > > > The hackish way I've done before is use wireshark do dump the network stream. In reality, I think you might be able to get by with fetch. I just tried and fetch closes the connection before buffering, using telnet does the transmit. The trick is mp3 streams are just inefficient mp3's. Maybe wget would work. You can add a cron job to start it and another to kill it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?518849BD.6010709>