All you really need is a shell script that you invoke with cron.
#!/bin/sh# Record broadcast stream into a stream.dump file for 1 hr#cd /tmp && mplayer -dumpstream http://broadcast -cache 128 & sleep 3600mv /tmp/stream.dump /tmp/stream`date +%m%d`killall mplayer
Name (required)
E-mail (required)
Website
Notify me of follow-up comments
Refresh