Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

cron job to start icecast and liveice

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
Anonymous
Guest





PostPosted: Sun Oct 07, 2007 10:17 pm    Post subject: cron job to start icecast and liveice Reply with quote

I've set up a cron job every five minutes to start Icecast and Liveice. Obviously, if they are already running, I get an error, but the currently running services keep running. This is exactly what I want...but is there a better way to do this?
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Oct 08, 2007 2:04 am    Post subject: Reply with quote

Start icecast in a loop within a script with a sleep (to prevent busy looping). icecast terminates for whatever reason and it starts again.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Anonymous
Guest





PostPosted: Mon Oct 08, 2007 3:09 am    Post subject: Reply with quote

Huh?...sorry, but that's over my head.
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Oct 08, 2007 3:32 am    Post subject: Reply with quote

Here's a simple version

#!/bin/sh
while [ 1 ]; do
/path/to/icecast -c /path/to/icecast.xml
sleep 2
done

Now it only restarts icecast if the previous icecast has terminated.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber