karlheyes / icecast-kh

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

kh12 - total listeners counter roll over #269

Open patphobos opened 4 years ago

patphobos commented 4 years ago

Hello,

since i've upgraded to KH12, i experienced on 2 differents servers a counter rollover of the total listeners counter. Individual listeners counters are not affected, and no streams has been removed from our configuration.

curl 'http://admin:thisisasecret@localhost:8000/status-raw.xsl' 2>/dev/null | grep '<listeners>'
<listeners>1844674407370955071</listeners>
<listeners>0</listeners>
<listeners>1</listeners>
<listeners>1</listeners>
...

full return : curl status-raw.txt icecast listeners bug

karlheyes commented 4 years ago

If you use fallbacks or moving listeners via admin then this should now be fixed in master tree

karl