Greg J. Ogonowski
2007-Dec-06 21:10 UTC
[Icecast-dev] Icecast2 Relays/Mounts - Adding without Restarting Server
Is it at all possible to add Icecast2 Relays or Mounts without having to restart the server, and thus drop all the other existing connections in the process? Thanks. -g. __________________________________________________________________________ Greg J. Ogonowski VP Product Development ORBAN / CRL, Inc. Diamond Bar, CA 91765 USA greg@orban.com http://www.orban.com
Karl Heyes
2007-Dec-07 12:14 UTC
[Icecast-dev] Re: Icecast2 Relays/Mounts - Adding without Restarting Server
Greg J. Ogonowski wrote:> Is it at all possible to add Icecast2 Relays or Mounts without having to > restart the server, and thus drop all the other existing connections in > the process?Both mounts and xml specified relays can be reread from the XML over the HUP signal. In slave setups, new relays will be created when the master updates the streamlist. Listeners will not be dropped unless the relay goes down and there is no fallback. karl.
Karl Heyes
2007-Dec-08 02:32 UTC
[Icecast-dev] Re: Icecast2 Relays/Mounts - Adding without Restarting Server
Greg J. Ogonowski wrote:> Is there any way to do this in Windows? > Thanks. > -greg.Not in 2.3.1, I have an /admin url in my branch work which will work across different platforms (linked off the admin menu bar). It's one thing I have not merged into trunk because I wasn't sure on what scale of changes I was going to do for admin access and whether the /admin reference would stay. karl.
Michael Smith
2007-Dec-08 14:25 UTC
[Icecast-dev] Icecast2 Relays/Mounts - Adding without Restarting Server
On Dec 6, 2007 3:08 AM, Greg J. Ogonowski <greg@orban.com> wrote:> Is it at all possible to add Icecast2 Relays or Mounts without having > to restart the server, and thus drop all the other existing > connections in the process?Of course. Just edit the config file, then send SIGHUP to icecast. It'll reread the config file and apply all appropriate changes. Mike