karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
297 stars 105 forks source link

Master/Slave Redirection #369

Open TheRealMattLear opened 2 years ago

TheRealMattLear commented 2 years ago

I have been testing the Master/Slave redirection and i'm finding that the redirect to SLAVE only occurs if <max-listeners> is set on the <mountpoint> and the <max-listeners> limit is reached. Is this the expected behaviour?

Essentially if the max-listeners is set to 10,000 on both, the SLAVE will only start receiving listeners once the master hits 10,000 rather than a randomised/split load between.

Without round-robin dns or another external influence, is there a way to configure the 2 servers to share the load instead?