is there a way to get the information that apears at http://url:port/status.xsl to appear on another wepage? say a radio is streaming, and this radio has a webpage. it would be nice if the stream description, song title, and number of listeners would appear in the home page of the radio. basically i want the info that appears in the yp-directory, but not the whole yp. just the info for one stream. thanks, kevin -- "there is no ideology and there never was any." NEU: Bis zu 10 GB Speicher für e-mails & Dateien! 1 GB bereits bei GMX FreeMail http://www.gmx.net/de/go/mail
Hi kevin, as you might have noticed in the mailinglist archives (http://lists.xiph.org/pipermail/icecast/) this has already been discussed. xml/xslt provides vast possibilities for customization. A short outline of a possible approach would be: Craft an xslt that outputs exactly what you want in an easy to parse format. Include this page through php to make it show up on a webpage. Check out www.sluchaj.com . In the top middle of the page a flash-applet should load displaying Info about current playing song. This is accomplished exactly the way outlined above. Regards, Thomas