script or c prog to record live audio?
rpratt
bsd-unix at embarqmail.com
Tue May 7 03:38:59 UTC 2013
On Mon, 6 May 2013 16:19:02 -0700
Gary Kline <kline at thought.org> wrote:
> I've been meaning to ask one of the Nix lists if there is a script that
> will record something from kuow.org
To play audio stream:
mplayer -playlist 'http://shoutcast.kuow.org:8002/listen.pls'
To dump the audio stream to file:
mplayer -dumpstream -dumpfile foo.mp3 -playlist '... URL ...'
No need to reinvent wheels. See man page for more description and many other
options.
Enjoy,
Randy
More information about the freebsd-questions
mailing list