Hi once again, Does anyone have any info on getting such information into a website? If I can get the "now playing" raw info that would be great. Also, does anyone know of a directory server for icecast? I checked freshmeat but couldn't find what I was looking for. Thanks, Bryan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 3 Jun 2003 13:16:02 -0700 (PDT) Bryan Koschmann - GKT <gktnews@gktech.net> wrote:> Hi once again, > > Does anyone have any info on getting such information into a > website? If I can get the "now playing" raw info that would be > great. Also, does anyone know of a directory server for icecast? I > checked freshmeat but couldn't find what I was looking for.you just parse out the cue file that ices makes. this file is updated every second, so whenever you open it, it wil be current. i have some (rather nasty) php code to do that if you'd like it. (does ices2 make cue files? i forgot.) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Hi: Assuming you're using icecast2, you can get stats and "now playing" information using XSL. There are a couple of examples shipped with icecast2. As for YP servers, there is one at http://www.oddsock.org/icecast2yp/ and another at http://yp.icecast.net. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Assuming you're using icecast2, you can get stats and "now playing" > information using XSL. There are a couple of examples shipped with > icecast2.I am using Icecast 2. I found the status.xsl files, but to be honest I'm not quite sure what to do with them> As for YP servers, there is one at http://www.oddsock.org/icecast2yp/ and > another at http://yp.icecast.net.Oops, sorry, I meant to set one up locally. :) Thanks, Bryan <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 3 Jun 2003, jared jennings wrote:> you just parse out the cue file that ices makes. this file is updated > every second, so whenever you open it, it wil be current. i have some > (rather nasty) php code to do that if you'd like it. (does ices2 make > cue files? i forgot.)I would be thrilled to have that php code if you wouldn't mind. I don't even know where the cue file is, but I suppose I could hunt through an lsof output for it.. maybe? Thanks, Bryan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.