Displaying 2 results from an estimated 2 matches for "togueth".
Did you mean:
togeth
2004 Aug 06
3
icecast1 type stats logs in icecast2 ?
Here is a php script that parses out the stats.xml file from the admin of
the icecast2 server.
It currently only parses the page out to variables and still needs a bit of
work.
anyways here is the php source files
http://cvs.casterclub.com/dev/icecast2_status/v1.3/ice2_conf.phps
http://cvs.casterclub.com/dev/icecast2_status/v1.3/ice2_status.phps
<p><p>Dave St John
CEO Mediacast1
2004 Aug 06
2
Ices: How Don't stop :)
> My beta-radio it's work wonderful, but when the playlist finish, the
> PID of ices die toguether :(
>
> What I can make so that this does not occur?
using this script
and running by starting it
nohup script.sh &
(or in a screen session)
the good thing is even if ices segfaults the radio goes on..
Stephane.
--
#!/bin/bash
while [ 1 ] ; do
ices ;
done
--- >8 ----
List...