It seems the listeners info on the client summery is not working..
I can't reproduce this at all.
i have 1 listener listed in CC.
while in the website itself..i have 8 listeners connected (streaminfo.js sends this stats, its pretty accurate all the time) yet Centova dont list it.
That's... interesting... given that streaminfo.js is in fact the very same script that's used in the client area to display the listener count. (View-source any page in the client area and you'll find the streaminfo.js reference in the <HEAD> section.)
The way this works is, Centova Cast initially displays the meter HTML using a cached listener count (most metrics in the client area are cached for 60sec, including this) and then once the page loads, streaminfo.js is used to do an initial update of the listener count, and continue periodically updating it while the page is open.
The only thing I can think of is that you're getting a JavaScript error on the page which is preventing streaminfo.js from loading. Do you see anything on your browser's error console? (To check this, clear the error console, then reload the Centova Cast client area and see if anything new pops up on the error console.)
I have an error when i open inspect element:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://94.23.250.14:2199/ffmp3/ffmp3-centovaclient.xml
Could this be the problem?
No, but thanks for the bug report -- fixed this for the next build!