search for: sportsshow093004

Displaying 2 results from an estimated 2 matches for "sportsshow093004".

2004 Oct 05
4
Archiving live streams broken down by time.
...y a time span; for example we have two radio shows that we want to have daily archives on the website, one that is from 7:30am to 8:00am and one that is from 3:00pm to 3:30pm. Is there a way that they could be saved with a different filename each day. Ex. OpenLine093004.ogg for the first show and SportsShow093004.ogg for the second show. Then have the next day saved with the following date. Any help would be appreciated. Thanks, Marion -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20041005/e6ae05e4/attachm...
2004 Oct 05
0
Archiving live streams broken down by time.
...e we have two radio shows that we want to have daily archives on > the website, one that is from 7:30am to 8:00am and one that is from > 3:00pm to 3:30pm. Is there a way that they could be saved with a > different filename each day. Ex. OpenLine093004.ogg for the first show > and SportsShow093004.ogg for the second show. Then have the next day > saved with the following date. you could use a cronjob - the first cronjob starts a shell script at 3:00; the shell script generates the filename from the current date and time (i.e. OpenLine09001.ogg) and starts dumping the stream (i.e. wit...