similar to: status2.xsl info...

Displaying 20 results from an estimated 4000 matches similar to: "status2.xsl info..."

2004 Aug 06
2
commas are status2.xsl?
in the status2.xsl there seems to be some extra commas ... --snippet of status2.xsl Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_connections" />,,<xsl:value-of select="listeners" />,, <xsl:for-each select="source"> <xsl:value-of select="@mount" />,,<xsl:value-of
2004 Aug 06
0
status2.xsl info...
On Wednesday 30 July 2003 17:38, dmz wrote: > Quick thought, if the fields are separated by "," & a title/artist/.. has > a comma in it then it causes a few problems with parsing. If you need to parse it, use the raw xml form. It's more parseable. I don't know what the point of status2.xsl is. > > Likewise if there are multiple streams it might be nice to have
2004 Aug 06
3
'ice_login' not in icecast.xml ?
Nevermind, that stats.xml page is worthless anyways. got a updated version of icecast2 status http://www.casterclub.com/icecast_status.php parses the status2.xsl page <p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Dave St John" <dstjohn@mediacast1.com> To: <icecast-dev@xiph.org> Sent:
2004 Aug 06
2
Source XML for status.xsl
I've been trying to track down this mysterious 'icestats' file that the status.xsl and status2.xsl read data from. There is no physical file as far as I can tell, but a perusal of the code seems to indicate that the server generates it on the fly when the XSL file requests it. So then I tried servername.com:8000/icestats but I got nothing. So I really got nothing, I would prefer
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an icecast2 server without knowing the admin user/password? We produce radio broadcasting/streaming software for Windows which can show the current number of listeners. Many Icecast hosting companies won't provide the admin password as they have lots of other customers using the same server, so the software
2004 Aug 06
5
Status.xsl not displaying everything
Hi guys, I've got the following set up: - Linux SuSE 8.2 - Running: Icecast2 - Source Client: Ices0.3 - Stream Client: Winamp 5.0 in Windows XP The following is happening: - I've got Ices0.3 streaming MP3's with correct ID3-tags to the Icecast-server - Suppose the stream name is "Ovide's Radio" - In the status.xsl page of Icecast2, I only see info about: mountpount,
2004 Aug 06
1
metadata update is delayed for 2 songs
well when i streamed the station using foobar.. then foobar2000 displayed the metadata correctly... but at that time.. when i checked out status2.xml, stats.xsl and stats.xml , the metadata is displaced incorrectly.. two songs behind.. i've tested the stream broadcasting using winamp2, foobar200 w/ oddcast dsp plug in. you can check out my station at http://ny.icecast.net:8646/play.ogg
2004 Aug 06
4
XML statistics?
Michael H. Collins wrote: > I have no prob seeing stats with mozilla. Icecast has come so far in > a year. Last year at this time there was no need for stats. hehe We > were just glad to get the stream out. > > > > HidayahOnline.org Admin wrote: > >> >>> >>> This stats file is a sort of "virtual file", created by icecast on
2004 Aug 06
2
Status.xml
Hi, I have an XSL file that just transfers the XML straight through, see status-xml.xsl here: http://www.ecs.soton.ac.uk/~njh/libshout-doc/ <p>I also have an improved version of status.xsl there. <p><p>Cheers, <p>nick. <p><p>>Hi everybody, > >If I understand well, the purpose of XSL files is re-formatting XML files. >When I checked the admin
2004 Aug 06
4
Getting stats from icecast2
On Fri, 27 Sep 2002, Michael Smith wrote: > >What do I have to request to get the .xsl page of stats? Can't remember > >the page name so I don't know if it's working or not. > > You can use any xsl file in the web directory. Just use > http://server:port/your_page.xsl ummmm... Ok. And if I get a 404 error? Is this indicative of something in particular? the
2004 Aug 06
1
PHP + parsing # of listeners.
Hello all, I have a quick question I believed was already touched on earlier, but I cannot find the thread/information in the archives, so I am going to ask away and ask for your patience. :) So I have my wonderful little PHP script, and my .pls files, and the relaying and everything else perfect for my icecast2 setup. But what I still need to do is pull the # of listners for a mount point, and
2015 May 12
4
Checking for file /7.html
Hi there, My error log is full of these 2 lines [2015-05-12 08:08:07] INFO fserve/fserve_client_create checking for file /7.html (/usr/share/icecast2/web/7.html) [2015-05-12 08:08:07] WARN fserve/fserve_client_create req for file "/usr/share/icecast2/web/7.html" No such file or directory I have checked the Icecast sources and couldn't find any file named 7.html, so I was
2015 Dec 06
1
Listener statistics on a fallback stream
Hello, On 06-12-15 13:58, Yahav Shasha wrote: > > >To me it sounds like a bug; surely the fallback never needs > statistics, > only the real steam because this is where listeners connect to. > > > Well, the fallback mount is still a mount-point nonetheless. you could > still use it as a "regular" mount-point even if its configured as a >
2004 Aug 06
2
no metadata?
Hello, I've added metadata information in my ices config; a generic name under stream, and individual under each instance. when looking at status2.xsl, it doesn't show any stream name or information. Also, I uncommented the stuff for oddsock's yp server, but it never shows on the page. Am I missing something somewere? Thanks, Bryan --- >8 ---- List archives:
2004 Aug 06
1
Parsing problem
If you want a good way to test out your xsl files, the following will help quite a bit : 1. get a copy of the stats tree in a file somewhere : wget http://admin:hackme@server:port/admin/stats;mv stats stats.xml 2. run xsltproc stats.xml yourfile.xsl xsltproc will try to perform the transform and give you much better messages than icecast will (icecast just says Cannot parse, but xsltproc
2004 Aug 06
2
icecast status page -status.xsl
So I point my browser to http://206.168.174.48:8000/status.xsl Looking at the xsl doc status.xsl I some some nice variables I can use. For some reason I don't seem to be able to pull out the comment tag from the ogg file. I used to easytag to add this so i know it exists. These appear to work <xsl:value-of select="artist" /> - <xsl:value-of select="title"
2011 May 13
1
Standard method to read current listeners without user/password
Hi all, This is the output of status2.xsl: MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL Global,Client:60461 Source: ,,7,, /foxcub,,,7,, - Brian Eno - Dune Prophecy theme, It doesn't look like any csv output I've ever seen. Some of the output seems to be string literal and some of it is the actual server information, and at some parts
2004 Aug 06
2
Hello everyone, here is some php code.
Okay, So remember that question I had last week about taking a bunch of relay servers and greping the status2.xsl file for the number of listeners? I coded it. I have to apologize right now, as its krufty, nasty, braindead code. But it works, and I'm rather proud that after being up as long as I have been up and drinking as much coffee, it works. It should be attached to this e-mail. I
2004 Aug 06
1
general questions
On Thu, 5 Jun 2003, Geoff Shang wrote: > Ok. I don't know much about the admin stuff so I won't comment on that. > I think Mike might have posted about it before, so a search of the list > archives might prove useful. Okay I'll look around and see what I can find... > the webroot and XSL files questions are related. To use the XSL files, put > them into the directory
2019 Dec 07
2
extracting statistics
Hi all, I have an icecast server in a facility which can handle several hundred simultaneous connections and I would like to produce some data like: How many people are listening now? Where might they be? [general area is OK] How long have they been listening? How many different listeners have we had? [ lets not count returning listeners as new ] What is the average time spent listening?