Page 3 of 3

Re: Listeners Graph

Posted: 05 Nov 2014 18:31
by hdradio
Bernd, to help you more I asked my Centova provider the version of icecast and told me that he is using Icecast 2.3.3-kh11 because this version has the advantage of wrapping the aacplus stream as flv, so it can be accessed by a flash player.

Update:
I found a post about it on icecast-kh on github :
https://github.com/karlheyes/icecast-kh/issues/97

My conclusion is that:
The updated .dll you 've sent me works ok and sends "admin" to get listeners count and get the correct response 200.
The problem is on icecast-kh version that returns "Listeners" as "listeners"
The fist GET you (not bass) ask (that is not URL encoded), returns 400 (error) but you can get listeners count because you can read the "listeners" value.

Re: Listeners Graph

Posted: 06 Nov 2014 15:52
by radio42
Should now be shown correctly in v3.0.14.20!

Re: Listeners Graph

Posted: 06 Nov 2014 18:21
by hdradio
It works now. Thank you.