karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 107 forks source link

master-slave : total listeners ? #398

Open mickaelmonsieur opened 1 year ago

mickaelmonsieur commented 1 year ago

Hi, I am looking for a way to have the total number of listeners when we have several slaves. the total number in the master only includes the number of slaves connected, there is no feedback from the listeners of each slave. I tried to do a calculation by myself with the information feedback possible with listener_add, but listener_remove does not seem to work in every case, probably timeout listeners, and probably related to the bot phenomenon. the statistics are thus false, it can happen to me to have a counter with 50 listeners and there are only 2 connected.

is there another solution?