| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed May 10, 2006 10:47 am Post subject: logging listener number etc.. |
|
|
hi, due to the licence we stream on we need a log of the number of listeners per song (we do an aprox) and the top 10 IPs connected.
you can get all this out of the admin pages by looking at it, but i want to automate it all.
is it easy to extract the data from icecast? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 10, 2006 5:36 pm Post subject: |
|
|
Use the playlist log, that will show the song title changes along with the listener count, mountpoint and date.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 12:29 pm Post subject: Any other options |
|
|
Play list option does not seen to work in my case.
We got nothing updating the sound metadata so theres only on log when the stream starts.
We got a lot of analog content so I kind of need a way to grab the number of listeners at set intervials and get an average. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 17, 2006 1:37 pm Post subject: |
|
|
To automate this sort of thing you need a trigger, if there are no song details being passed then you can only use a timer and read off the web/admin pages. As for the top 10 IPs, well that will require polling the admin page to get the listener details and sorting.
karl. |
|
| Back to top |
|
 |
|