Displaying 20 results from an estimated 10000 matches similar to: "XML stats"
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
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
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
3
general questions
Okay, just to satisfy my mind, can someone give me a rundown on what the
other things do (other than the streaming portion)
admin root
web root
by setting these I'm not sure what to put in there or how to access
them...
and how to use the xsl files? I still cannot find anything on it.
Sorry if it all sounds stupid, it's just been rather difficult to find
what I am looking for
Thanks,
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
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 Nov 24
3
Icecast XSL(WebInterface) Tweek
Hi,
Apologies if my problem sound silly! I've been modifying the status.xsl
, and now stuck with the problem. I want to disply on the top header
(h2) total number of sources mounted on the server . I dont know
how/where the webserver is working, thus i dont know how/where to get
the total count (if its already stored somewhere at all). Otherwise,
what is the easiest way to get the count?
2014 Nov 13
2
Icecast stats.xml
(see forwarded mail further below)
Shoutcast v1, Shoutcast v2, Icecast-KH are all "compatible" with the way
info is collected by StreamLicensing.
Some may wonder why bothering to humor StreamLicensig, but the thing is
that other licensing/royalty collectors did it the same way.
StreamLicensing are now sadly the only ones that cater to small
independent station that do not wish to be
2006 May 30
11
Display XML file, with some formatting.
Hi.
Im quite new to this Rails thing, but it seems like a good product so
why not try it out whit a little prototype i need to build.
What i want is to load any given XML file, and display it with some
formatting.
I have some XSD shemes to validate the XML files against, but its not
vital rigth now.
But how should i approach this task?
At first it would proberly be a good idea to load the
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
2005 Mar 01
1
xsl, xml, ARRGH!
Hello...
Coming from an Icecast 1 background, I tend to like the admin
functionality of Icecast1 over Icecast2. Fixing this is but some file
editing away, I supposed.
I'm trying to simplify the administration screens for myself and
co-sysop.
In testing, if I copy the listclients.xsl into the web directory, it
works like I would like... almost. I get a listing of every stream on the
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
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
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
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
2007 May 01
5
[OT] Inject XML into page and tranform with XSL
Hi,
Is it possible to recieve an xml repsonse from my rails app, and then,
client side, inject the xml into the page without reloading and have it
apply an xslt? Like an AJAX call, but ajax is unavailable to me.
My very limited understanding suggests that xslt is only done at run time in
safari at least.
If I can''t get thsi to work the other option I''ve thought of is to use
2005 Mar 27
3
Digging Deep into the XML
Hey all, I?ve been working with IceCast for the last month, I?m really
getting into it. I?ve started developing some of my own windows based
reporting tools on it. (Will be released to the public..free of course) I
had a few questions tho..
1. There is a problem on the windows version of IceCast, where if you
play a song such as Queensr?che (with the special char for the y) it tends
to make
2012 Apr 23
4
Icecast Stats and monitoring
Hi guys,
I'll would like to know some links to get stats from Icecast and for
monitoring with Nagios.
Please if some one have some links to share I'll appreciate.
Regards from Argentina.
Alejandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20120423/536d4b74/attachment.htm>
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
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,