gcorey@blackoakassociates.com
2004-Aug-06 14:23 UTC
[icecast] client disconnects after one song is played || Winamp
I will give the older version of winamp a try. Interestingly enough, I found that zinf on linux on the internet does work. I wonder if these other clients on mac and winblows use an out dated version of vorbis. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Karel Alvarez
2004-Aug-06 14:23 UTC
[icecast] client disconnects after one song is played || Winamp
hello, I am subscribed to icecast list but I don't know who to post questions. How can I do that? <p> Karel __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Karel Alvarez
2004-Aug-06 14:23 UTC
[icecast] client disconnects after one song is played || Winamp
hello, I am subscribed to icecast list but I don't know who to post questions. How can I do that? <p> Karel __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hello, I'm trying to put a crontab on Ices, but it seems I can't do it, here is the script I tried to use : #!/bin/sh process=`ps axuw | grep ices | grep -v grep` if [ -z "$process"] then cd /home/Darkmeteor/bin nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start & echo "loaded!" else echo "already running!" fi if I run this file from the shell, it works, but if it's run by crontab, ices isn't loaded. Anyone can help me please ? -- Best regards, Nicolas mailto:bazin.nicolas@club-internet.fr --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
NB> Hello, I'm trying to put a crontab on Ices, but it seems I can't do NB> it, here is the script I tried to use : NB> #!/bin/sh NB> process=`ps axuw | grep ices | grep -v grep` NB> if [ -z "$process"] NB> then NB> cd /home/Darkmeteor/bin NB> nohup /home/Darkmeteor/bin/ices /home/Darkmeteor/bin/ices-playlist.xml > /dev/null 2> start & NB> echo "loaded!" NB> else NB> echo "already running!" NB> fi NB> if I run this file from the shell, it works, but if it's run by NB> crontab, ices isn't loaded. Anyone can help me please ? No one here uses crontab to keep their icecast/ices servers up ? If so do you have any other solution ? -- Best regards, Nicolas mailto:bazin.nicolas@club-internet.fr --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.