icecast-kh
icecast-kh copied to clipboard
kh12 - total listeners counter roll over
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
If you use fallbacks or moving listeners via admin then this should now be fixed in master tree
karl