Displaying 3 results from an estimated 3 matches for "epiphanyradio".
2004 Aug 06
2
livestreams, anyone have good success ?
Sounds like a sound driver issue. Might want to try the SMP version of OSS
(www.opensound.com).
Do other sound apps work OK?
-bg
> On Sat, 20 Oct 2001, Akos Maroy wrote:
>
> /me cries, bummer deal.
> Yes, running as root.
> The load was in the 'teens as I remember, I looked @ that too.
> One CPU was like 15% and the other 11%, something like that.
> 2.2.19ext3 #2 SMP,
2004 Aug 06
0
livestreams, anyone have good success ?
Yes, everything else has always worked great.
I'm lisrening to EpiphanyRadio sream via xmms right now. *8^)
I've tried the commercial OSS stuffs long ago, haven't had need of them.
Oh, my soundcard is a SB AWE 64 Gold, maybe I should get a diff. card?
But really, I think I'll build a new boxen next year...
On Sat, 20 Oct 2001, William Goldsmith wrote:
> So...
2004 Aug 06
0
Keepalive/last 10 songs list
...s, but it seems to work pretty well for me.
Thanks again, y'all.
Matthew
#!/bin/sh
# keepalive script for Icecast server and IceS source
# Also updates 'songs.log' file with ten last songs played
DIR=/usr/local/icecast
LOG=$DIR/logs/ka.log
echo "`date` -- Keepalive started for EpiphanyRadio" >> $LOG
while [ 0 ]
do
# Make sure the server itself is up -- if it's not running, restart the server and the source
SERVER=`ps ax | grep -c "$DIR/bin/icecast"`
if [ "$SERVER" -eq 1 ] ; then
$DIR/bin/icecast -c $DIR/conf/icecast.conf >/dev/null 2>/d...