icecast-kh icon indicating copy to clipboard operation
icecast-kh copied to clipboard

kh12 - total listeners counter roll over

Open patphobos opened this issue 5 years ago • 1 comments

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

patphobos avatar Oct 14 '19 08:10 patphobos

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

karl

karlheyes avatar May 31 '20 20:05 karlheyes