similar to: xsl, xml, ARRGH!

Displaying 20 results from an estimated 4000 matches similar to: "xsl, xml, ARRGH!"

2004 Aug 06
2
Custom .xsl files?
On Thursday 22 July 2004 04:56, Myke Place wrote: > I'm curious if it is possible to create custom .xsl files in the /admin > directory, using the same xsl params that appear in in the web > interfaces that ship with Icecast2. Yes. Though I don't know if using an arbitrary one works from the admin directory. Certainly you can put them in icecast's webroot directory (or some
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: > >
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
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
2007 Aug 01
3
xsl:value-of
The listclients page. Can it list by HOST rather then IP? -------------------------------------------- http://listserver.weatherserver.net Weather Alerts, Traffic Alerts, Toronto Fire CAD Alerts All to your email, 24/7/365 *****Visit us today***** -------------- next part -------------- An HTML attachment was scrubbed... URL:
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.
2014 Jun 07
2
icecast 2.4 check if source exists?
On 06/06/2014 01:08 PM, uno wrote: > ... to answer myself: > > i had a fallback-mount specified, after removing it > things work as expected. sorry for the noise. In case of fallbacks you have to check properly through querying a custom XSL, JSON or the admin backend. > btw: what's the prefered way to get server and/or listener info?
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
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?
2004 Aug 06
1
Small documentation patch
Based on Oddsock's information and my experience trying to brew some custom XSLT transformations, I've added a few lines to icecast2_admin.html which might save Icecast admins some time when attempting to create custom transforms. Please modify as you see fit and/or correct any errors. Hope this helps... -mp (Patch attached in svn diff, hopefully this is the proper format for Icecast
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
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
2020 Sep 22
0
Listener stats
Hello Thanks for the replies. I apologize for the rash statements but, not an excuse but an explanation, I was working for about a week and a half to get this to work without any success. Checked every post related to Icecast and read the manuals but nothing came up to resolve this. I did try try to remove the xsl from the site but that just gave me a 400 unknown admin request error. I also
2005 Mar 22
1
Modifying xsl in admin dir
I thought I was trying to do something simple. Just output the following info: mount - number of listeners - <list of all ips connected> I had this working before but forgot to backup the xsl changes before redoing the server :(. I know all I can do is modify files in the admin dir so I was trying to modify either of these 2 files: using listclients.xsl I am able to get the mount and
2007 Aug 01
1
xsl:value-of
That's a shame, and worth considering as a future feature. Shoutcast Server has this as an option, and it's quite useful to see what countries (domain extensions) your listeners are from. Ross. -----Original Message----- From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf Of Michael Smith Sent: Wednesday, 1 August 2007 20:46 To: Jason L Cc: icecast Subject: Re:
2004 Sep 05
1
moving status.xsl info
is there a way to get the information that apears at http://url:port/status.xsl to appear on another wepage? say a radio is streaming, and this radio has a webpage. it would be nice if the stream description, song title, and number of listeners would appear in the home page of the radio. basically i want the info that appears in the yp-directory, but not the whole yp. just the info for one stream.
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.
2004 Oct 08
1
Real UserAgent?
Hello All! Is there any chance of showing the real useagent in the "listclients.xsl" I like to keep track of what players and version is used. Winamp 2.x or 5.x only shows Winamp not "WinampMPEG/5.0" Now xmms useragents works like it should! Thanks John
2019 Apr 23
1
Bad or missing password on mount modification admin request
Hi, I am currently running Icecast 2.4.4 on Debian stretch and am using the info from the status-json.xsl to display some stats on my radio webpage. This works well. On the same website, I have also managed to display listener stats. I looks like this https://systrum.net/listeners.png To get this data, my developer created a php script containing the icecast admin credentials so that I can
2005 Mar 23
1
listclients.xsl
On Wed, 23 Mar 2005 21:45:53 +0100, lluis <lluis@artefacte.org> wrote: > > hello, > > i want to access freely to the listcliens.xsl without admin passwd This is deliberately not permitted, it's not information that it would be sensible to allow without authentication. There's no way to do what you want (at least not without modifying icecast source). Mike