On Mon, 22 Sep 2014, Kevin, Natalia, Stacey and Rochelle wrote:
I am looking for a piece of software (if possible) that I can use at our school to record the broadcast station 24/7.
I am just using wget for that. I have a cron job set to run atthe top of each hour; it starts wget to record an mp3 stream from icecast running on the same machine. wget is run as a child process; the parent checks the elapsed time every second and when it gets to 3600 (i.e. 1 hour), it kills the child process and terminates. Meanwhile, another cron job will have started to record the next hour.
The files are saved with names like 3pm.mp3 in folders with names like mon_sep_22_2014; the script looks for any such folder more than 90 days old and deletes it.
I'm doing this for seven stations so far. I'm not running Windows, though. Rob _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
