Displaying 20 results from an estimated 5000 matches similar to: "Custom .xsl files?"
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
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.
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
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
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:
>
>
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
2019 Dec 22
4
Kicking duplicate connections
Hello fellow mailing list readers,
My question relates to multiple / duplicate connections to the ice cast server from the same IP address.
I am well aware that this is an issue that lies with the music player (listener agent) used by the listener. When a listener connects to the stream, sometimes it appears as two connections to the stream from the same IP address. This may last only a few
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
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?
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 12
1
status.xsl contains old entries
Hello all,
When I look at status.xsl for my Icecast2 server, I see not only
currently connected mounts, but also _previously_ connected mounts which
read as "Stream Information (stream not currently available)".
Is this the desired behavior? It seems as streams connect and
disconnect, this page fills up quickly to the point where it is
unusable.
If it's a misconfiguration,
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
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>
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:
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?
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
2011 Feb 20
4
Need Help
Hi,
We realized that there are certain parameters within icecast that request
specific directory path
address for the program to connect upon start up...we are now trying to find
an icecast.pid file
but we have not been able to find it in any of the directories. Do you know
were we can find that
file?
Thank you,
Luis Barrett
-------------- next part --------------
An HTML attachment was
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
>
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