similar to: commas are status2.xsl?

Displaying 20 results from an estimated 3000 matches similar to: "commas are status2.xsl?"

2004 Aug 06
2
status2.xsl info...
Quick thought, if the fields are separated by "," & a title/artist/.. has a comma in it then it causes a few problems with parsing. Likewise if there are multiple streams it might be nice to have each stream in it's own line so it is easier to grab the info. Also, status.xsl displays streams even after they have been stopped. dmz --- >8 ---- List archives:
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
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
2005 Apr 17
0
Listener count in stream title
Hi all, I just wrote this script (attached) which I thought others might find useful -- it updates the song title of every mountpoint with the current number of listeners for that mount. It can be seen in action on http://radio.ethereal.net:8000/stale, where it runs every minute out of cron. The script should be self-explanatory, but feel free to write me privately with any questions or
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
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
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
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 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 >
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
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
3
get status.xml's variable using a php file
hi everyone i'm trying to get the variables from status.xml using php (based on the Shoutcast status file from casterclub.com) here is my file <?php $ip = "xxx.yyy.zzz"; $port = "xxxx"; $password = "xxxx"; <p>////////////////start the parsin action\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ //opening socket $fp =
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
3
metadata update is delayed for 2 songs
how can i collect such metadata dump? dave, can u help me.. as i don't have access to the server..? can u fwd the metadata dump file to michael for me plz.. thx... -----Original Message----- From: Michael Smith <msmith@xiph.org> To: icecast@xiph.org Date: Mon, 29 Dec 2003 15:04:48 +1100 Subject: Re: [icecast] metadata update is delayed for 2 songs On Monday 29 December 2003 14:54, Phi
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
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
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?
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
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
2019 Dec 10
2
extracting statistics
Hi José, Just to be sure, did you mean to share this PHP script somewhere? Robert, I'm thinking you'll have to do something like José did and create some custom code to get all that you are asking for. Justin On 2019-12-08 09:15, José Luis Artuch wrote: > Hi Robert ! > > El dom, 08-12-2019 a las 12:42 +1300, Robert Jeffares escribió: >> Hi all, >> >> I have