[svlug] MP3 stream capture

Jeffrey Siegal jbs at quiotix.com
Tue Feb 7 10:44:08 PST 2006


On Feb 7, 2006, at 08:50 , Don Marti wrote:

> There's another approach here:
>
> "Internet Radio to Podcast with Shell Tools"
> http://www.linuxjournal.com/article/8171

Thank you that worked great for me, and I learned something new (the  
kill $! command).  I'm now just using wget:

#!/bin/bash
wget -q <stream> &
sleep 3600
kill $!






More information about the svlug mailing list