marco chrappan schrieb:> Is it possible under an Apache WebServer to create a page containing
> info about the audio stream currently going on icecast?
> I'd like to display the current song and no of listeners for example.
Is
> it possible to include code in a html/php page.
There are several ways to acchieve this:
- parsing status.xsl / status2.xsl (not recommended)
- parsing or including self crafted xslt (this can put out plain text or
html)
- parsing the server status xml file. requires transmission of admin
credentials for the server over http, no problem if safe network or
localhost - or using pass-through-xslt giving full access to the server
status.xml without authentication.
Cheers
Thomas