similar to: Getting stats from icecast2

Displaying 20 results from an estimated 7000 matches similar to: "Getting stats from icecast2"

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
2
icecast1 type stats logs in icecast2 ?
Hey All. I have recently upgraded my streaming radio station to icecast2 type streaming. I, however miss the stats logs in icecast 1. These logs would list the number of listeners, and more importantly their ip addresses. I parsed this onto a nice looking web page, so local users in my LAN could know who was listening to the radio station. I guess icecast2 has some built in web serving
2004 Aug 06
0
icecast1 type stats logs in icecast2 ?
Hi: You can get the info you want through the icecast2 admin interface. To use this, do the following: 1. Edit the following fields of the icecast.xml file: admin-user - set to the username to log into the admin system with. admin-password - The password to use with the username above. admin-root - the directory which will contain the XSL files for the admin interface. 2. Now copy
2020 Sep 21
2
Listener stats
Hello I’m new to Icecast and I’m using version 2.4.4. How would I be able to get a Jason file that has listener information specifically listener location or at least the IP address. I can get listener count but I’m looking for location through the IP. I need to write a php script to gather this information. I have checked the status-Jason.xsl and the xml2json.xsl but neither gives me that
2005 Feb 15
3
icecast stats
Regardless of the xsl files. Can't we communicate with the icecast server directly to retrieve the information ?? On Mon, 14 Feb 2005 12:58:56 -0500, Ian A. Underwood <agentgrn@dcne.net> wrote: > lluis wrote: > > i need to access the info of the files > > > > /admin/stats.xsl > > /admin/listmounts.xsl > > /admin/listclients.xsl > > > > from
2004 Aug 06
1
stats
Thx a lot it is working now Sorry to be so new, but i can't find the info for icecast2 How does the stast work and the admin options like in icecast1? Thx Maarten -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org] On Behalf Of Geoff Shang Sent: zondag 15 juni 2003 16:19 To: icecast@xiph.org Subject: Re: [icecast] streaming in stead of downloading
2004 Aug 06
2
status.xml
Hello, I'm wondering is there any possibility to make host:8000/status.xsl avaiable as xml file. Yes, I know, there is host:8000/admin/stats.xml , but there I had to type a password. I'm trying to do 'we are playing the xxx song now' on the main website. Has anybody make such a thing already ? Greets, spalek -- spalek2@ptssa.pl GCM dpu s: a--- C++ UL++++ P+ L+++ E--- W+ N+ K-
2004 Aug 06
2
Icecast2 Web Admin Interface
Well, it's not my native language so I'm not pretty sure of my english. :) Did somebody try the xsls ? > Poor english? Where? :D > Deven > On Sun, 2004-01-25 at 11:08, Gilles Dartiguelongue wrote: />> Hi all, I had a look at the web interface yesterday and I was a little / />> bit disappointed / />> by the code I found. So I started to make modifications
2005 Feb 14
3
icecast stats
hello all, i'm trying to monitorize the stats of my icecast server using some php scripts ... i need to access the info of the files /admin/stats.xsl /admin/listmounts.xsl /admin/listclients.xsl from a remote machine and i don't want to send every time the admin passwd ... there is any way to make this info visible in the public /status.xsl page or in any other ??? thanks a lot.
2020 Sep 21
2
Listener stats
Hello Jordan Thanks for the reply.  I commented out all the fields in the status-json.xsl but it didn't give me the listener IP.  The example below would show me the source IP.  I can get the IP from the web interface at this location, http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/dhantal, but that means I would have to scrape the web interface which I don't want to do.
2005 Feb 16
2
icecast stats
I don't mind using the password. Just I am asking if there is some sort of protocol to retrieve the information without playing with the xsl !! I mean, to directly retrieve the wanted information, like ME: Get MetaData Server: Celin Dion - All comes back to me. On Tue, 15 Feb 2005 10:22:11 -0800 (PST), Karl Heyes <karl@xiph.org> wrote: > On Tue, 2005-02-15 at 14:28, Mohamed
2020 Sep 22
2
Listener stats
What about scrapping the access logs for connections that have completed, or utilizing netstat outputs to get active listeners (minus sources)? Either of those options would get you remote IP addresses, both a slightly different view in that logs are after a connection closes, while netstat is while the connection is open. -----Original Message----- From: Icecast-dev <icecast-dev-bounces at
2005 Feb 17
3
icecast stats
That is why I asked for a protocol :) Why we have to go the extra mile of parsing the XML, that will contain plenty of info we don't need !! Anyway, thank you for the tips. On Thu, 17 Feb 2005 10:39:26 +1100, Michael Smith <mlrsmith@gmail.com> wrote: > On Wed, 16 Feb 2005 16:23:03 +0200, Mohamed Eldesoky > <eldesoky.lists@gmail.com> wrote: > > I don't mind using
2020 Sep 22
2
Listener stats
Good afternoon, On Tue, 2020-09-22 at 11:43 -0400, Reaz Baksh wrote: > Too much work. I would like to refer to Jordan Erickson's comment here. > If I am able to see it on the web interface I should be able to get a Json or XML file with this in it. Why not just use the API? Remove the ".xsl" from any URL in the admin interface and get the raw XML. The rendered webinterface
2020 Sep 22
1
Listener stats
I think I got it. I needed to change the following: http://xxx.xxx.xxx.xxx:8000/admin/listclients.xsl?mount=/mountpoint to http://xxx.xxx.xxx.xxx:8000/admin/listclients?mount=/mountpoint and that gives me the XML. No need to change or modify anything. Now how do I get the json as I prefer json? Reaz > On Sep 22, 2020, at 1:51 PM, Reaz Baksh <reaz at dhantal.com> wrote: > >
2004 Aug 06
3
icecast1 type stats logs in icecast2 ?
Here is a php script that parses out the stats.xml file from the admin of the icecast2 server. It currently only parses the page out to variables and still needs a bit of work. anyways here is the php source files http://cvs.casterclub.com/dev/icecast2_status/v1.3/ice2_conf.phps http://cvs.casterclub.com/dev/icecast2_status/v1.3/ice2_status.phps <p><p>Dave St John CEO Mediacast1
2008 Jun 27
3
Odd behavior on require => Package
I have this block of code: package { "tallyman": name => "tallyman", ensure => latest, require => Package["perl-libwww-perl"], } Which results in this error: err: Could not apply complete configuration: Could not retrieve dependency ''Package[perl-libwww-perl]'' at /var/puppet/modules/tallyman/ manifests/init.pp:7 Yet
2014 Nov 14
1
Pyhton Class/library for Icecast 2.32 Stats and other info access?
Hi, if i am not mistaken 2.4 has a servlet which provides json output for active mounts and stats. You can check it out at http://your host:8000/status-json.xsl Just upgrade your version and you should be fine. Hth In a search for access to various ways to interact with Icecast via Python, I ran across this: http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz Which is now dead (404). I
2004 Sep 01
4
Stats Bug?
I use simplecast as the source into my icecast2 server. It has a built in stats program but the problem is that If my icecast server has over 2 mount points the stats stop working and the only way to fix it is to restart the icecast server. Is there anyway to fix this bug myself? Inactive (Error parsing xml document: Invalid at the top level of the document.||||Line: 1||empty result) That
2004 Aug 06
3
http admin to icecast2
for those who don't get the CVS commits, I thought that I would mention that I've just added and update which provides a basic http admin front-end to icecast2...although it is in bad need of some de-ugliness. I would like to encourage all interested to check it out (win32 versions available here -> http://www.oddsock.org/tools/icecast2, non-win32 available in CVS)... etting it up