[icecast-dev] MIME-Version: 1.0
ricard at libertysurf.fr
ricard at libertysurf.fr
Mon May 28 02:22:10 PDT 2001
Hi.
I want to create a graphic interface for both icecasts'
and liveices' configurations. I've inclued a button to
launch icecast in a xterm and liveice in another xterm.
Here is the code when the button is pressed:
pid = fork();
if (pid == 0)
{
sleep(3);
system("xterm -e /home/bertrand/tmp/liveice/liveice");
}
else if (pid > 0)
{
system("xterm -e /usr/local/icecast/bin/icecast");
}
There is no problem with icecast, but the liveice's xterm
closes itself just after his appearance.
Can anybody help me to resolve this problem?
Thanks in advance,
Bertrand Ricard.
--------------
Profitez de l'offre spéciale Liberty Surf !
50 h / 95 F TTC par mois tout compris pendant 3 mois
http://register.libertysurf.fr/subscribe_fr/signup.php3
--- >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-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast-dev
mailing list