Anonymous Guest
|
Posted: Sat Nov 05, 2005 1:34 pm Post subject: change the intro file without loosing the connected users |
|
|
hi all
i think i find a bug
i would like to use two intro file 'randomly' (for example, change it in every 3 minutes)
i started my server, i modified my config, reload the server, in the log i see that the config is loaded with the new intro file, but i still get the old one if i connect to the server.
if i restart the server i will get the new intro file, but i loose my listeners.
is there any way to do what i want? maybe it's not a bug, but a feature?
thx for your help.
my system:
linux 2.4.27
debian 3.1
i made backport from debian unstable:
ii icecast2 2.3.0-2 Ogg Vorbis and MP3 streaming media server
init script from debian (in fact it sends a HUP to the server)
...
reload|force-reload)
echo "Reloading $DESC configuration files."
start-stop-daemon --stop --signal 1 --quiet --exec $DAEMON
;;
...
my configs:
...
<relay>
<server>127.0.0.1</server>
<port>18000</port>
<mount>/</mount>
<local-mount>/</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>
<mount>
<mount-name>/</mount-name>
<intro>2.mp3</intro>
</mount>
... |
|