similar to: Modifying xsl in admin dir

Displaying 20 results from an estimated 10000 matches similar to: "Modifying xsl in admin dir"

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
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.
2016 Mar 04
2
Use web admin to re-start source?
Thank you. In this case, the source client is the fallback mount, which is an mp3 file. I think I found my issue. The code in icecast.xml looks like this: <mount type="normal"> <mount-name>/stream</mount-name> <max-listeners>6</max-listeners> <burst-size>65536</burst-size>
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
2005 Feb 15
1
icecast stats
I have a patch on icecast-2.2.0 svn version which was written specifically to support SimpleCast users to retrieve the stats for their mountpoint and only that mountpoint. This is based on per mount-point username password. Using HTTP authentication the client can retrieve only http://hostname/admin/stats.xml given the correct username/password. This will only return the stats for that
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
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
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:
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
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
2004 Aug 06
0
weird differences between stats (xml vs. admin interface)
While maintaining the Relay-Server for Radio Subether [1] the official Chaos Communication Camp [2] Radio Station I noticed some weird behaviour. We don’t have QoS for the Relay-Path, so the Relay started pretty soon to be unstable. Especially the higher bandwidth streams are very often unavailable. To monitor this behaviour I was constantly reloading the "List MountPoints" page AND
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?
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
Hi, If you have multiple players installed on your PC/Mac .m3u will always open the last media player who are the default in charge of the extension and mime m3u. On your web site you want maybe to force a link to open real media player or quicktime/itune. You need to create a .pls to force winamp loading the streaming because windows media player won't open .pls etc. If you add a .pls
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: > >
2008 Oct 27
3
How to killsource from command line?
Hi Apologies - this is more of a bash question than an Icecast question. When I visit the listmounts.xsl page for my Icecast server, for example here: http://icecast.example.com:8000/admin/listmounts.xsl I see that each mountpoint is listed like so: > Mount Point : (/example.mp3) > List Clients | Move Listeners | Update Metadata | Kill Source > > 35 Listener(s) The code for the
2004 Sep 15
3
FW: Tip: using icecast in chroot mode may break timestamp inaccess.log
Please post to the mailing list the next time Ralf. I'm not using yp directory listings, but I can guess why it is not working. You're probably missing the libcurl.so library in your chroot jail directories. Here's the listing of files I have in the chroot jail: -----%< cut here > ls -R .: admin etc lib opt usr var web ./admin: listclients.xsl listmounts.xsl
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
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:
2020 Oct 14
0
meaning of global connections and global client_connections in error log
hallo firstly sorry for posting to wrong thread i want to ask if somebody could explain meaning of log records below DBUG stats/modify_node_event update global connections (686) DBUG stats/modify_node_event update global client_connections (685) number in parentheeses is increasing in every log line what is menaing of this number? because this number goes over 59669 and it seems that after
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