Displaying 3 results from an estimated 3 matches for "foxcub".
Did you mean:
focus
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an
icecast2 server without knowing the admin user/password?
We produce radio broadcasting/streaming software for Windows which can show
the current number of listeners. Many Icecast hosting companies won't
provide the admin password as they have lots of other customers using the
same server, so the software
2011 May 13
0
Standard method to read current listeners without user/password
There is a file /status.xsl that contains all the status information for
your server.
For example, mine: http://radio.foxcub.net:8000/status.xsl
You can either parse it with your favorite x?l parsing library or scrape
it for listener info.
You can see an example of this in action at my page:
http://radio.foxcub.net
It shows number of listeners and song playing.
Josh
On 05/12/2011 05:48 PM, Ross Levis wrote:
>...
2011 May 13
1
Standard method to read current listeners without user/password
Hi all,
This is the output of status2.xsl:
MountPoint,Connections,Stream Name,Current
Listeners,Description,Currently Playing,Stream URL
Global,Client:60461 Source: ,,7,,
/foxcub,,,7,, - Brian Eno - Dune Prophecy theme,
It doesn't look like any csv output I've ever seen.
Some of the output seems to be string literal and some of it is the
actual server information, and at some parts there's more than one ','
between each entity.
Can anyone explain ho...