On Mon, 6 May 2013 16:19:02 -0700
Gary Kline <kl...@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
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to