| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Apr 04, 2007 6:50 am Post subject: Retrieve list of streams on Icecast server |
|
|
How can I retrieve a list of all the streams that the Icecast server is currently streaming? i.e. find all the source client mount points?
I am trying to use this list to create a m3u for players to select. Is there an built-in function in Icecast that does this? I know the status webpage provides this kind of message, but in a detailed form which isn't convenient for parsing.
What whould be the easiest way of getting this information?
parsing?
talk with icecast through libshout?
add plug-in?
I am kind of new, but I have been extensively trying to learn Icecast in the past few days. Thank you.
moo
p.s. I am running Icecast on Win32 & trying to compile it on Win32 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Apr 04, 2007 1:26 pm Post subject: |
|
|
You could issue a /admin/streamlist.txt request in a similar way to how slaves get the listing.
karl. |
|
| Back to top |
|
 |
|