Displaying 20 results from an estimated 20000 matches similar to: "How do I stop status.xsl"
2024 Nov 06
1
How do I stop status.xsl
This is what I've got to protect against unauthorized views:
------------------------------------------------------------------------------------------------
<!-- *** Web server status page protection *** -->
?? <mount type="normal">
????? <mount-name>/status.xsl</mount-name>
????? <authentication type="htpasswd">
???????? <option
2024 Nov 10
1
How do I stop status.xsl
So how does this work? Are you prompted with a password-only dialog,
then what you type in has to match the value in htpasswd?
On 2024-11-06 14:07, Jordan Erickson wrote:
> This is what I've got to protect against unauthorized views:
>
> ------------------------------------------------------------------------------------------------
> <!-- *** Web server status page
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
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.
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 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
2016 Nov 01
3
Icecast mount points help
Hi i have a problem
if a DJ is streaming no one can connect to the test mount
my setup is as follows
i have a pc streaming 24 hours a day 7 days a week with mount point autodj
then all the djs are connected using live
then i have another mount called test
if no one is streaming live then djs can connect to the test mount but if any one is connected live no one can use the test mount
can any
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
2
icecast status page -status.xsl
So I point my browser to
http://206.168.174.48:8000/status.xsl
Looking at the xsl doc status.xsl I some some nice variables I can
use. For some reason I don't seem to be able to pull out the comment
tag from the ogg file. I used to easytag to add this so i know it
exists.
These appear to work
<xsl:value-of select="artist" /> -
<xsl:value-of select="title"
2007 Apr 13
2
Parsing status.xsl
hi
i work for a non-for-profit broadcaster and we use Icecast to serve a
number of community radio stations - and it does a great job.
i'd like to parse or edit the status.xsl file into a series of files
that only show information for one mountpoint or station at a time.
i have no idea of XSL syntax but looking at
/usr/share/icecast/content/status.xsl i see the following statement
pair:
2019 Oct 07
1
Newbie
I am using Winamp, Icecast2 Server, and Edcast. I believe I have set these
up properly so that I can set up and broadcast an internet radio station.
These are the links I used to help me:
https://www.pcworld.com/article/190705/start_your_own_internet_radio_station_for_free.html
https://www.fastserv.com/kb/article/edcast_winamp_-_easy_steps_to_streaming_to_icecast_or_shoutcast/
2007 Apr 14
1
Parsing status.xsl
Thanks for the tip on those scripts. They're exactly what I've been
looking for for a number of years now.
Althogh the first one doesn't seem to be online anymore. If anyone's
willing to send it to me, I'd love to host it for anyone else that
would like to download it in the future.
Justin
On 14-Apr-07, at 4:33 AM, Klauss Fumuldavijus wrote:
> Hi,
> actualy
2018 May 13
2
Parsing status-son.xsl
Hi,
I realise that the web is littered with posts and discussions concerning the topic of getting icecast stats from the xsl files (status-son.xsl) in the icecast web directory. As you may know, many of the solutions are outdated and example links are broken. I have limited knowledge of how to write my own javascript to get this info to display on my own website. Wondering if anyone can refer me
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
2004 Aug 06
3
hide status.xsl ?
Hi
I would like to hide the status.xsl page from my icecast server (or change
the location of the file)
I've tried to rename it in the web/ diectory, but it is always at
myserver:port/status.xsl..
If i delete it, this is the same..
Does someone know what I would have to do ton don't have this file ?
<p>Regards
Niko
<p><p>--- >8 ----
List archives:
2004 Aug 06
2
status.xsl url bug
found a bug in the status.xsl file
old line with bug
<a href="{@server_url}">
new line fixes the wrong linking
<a target="_blank" href="{server_url}">
<p>Not sure if anyone has posted anything about this or not.
<p>Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
<p>--- >8 ----
List archives:
2004 Aug 06
2
status.xsl url bug
found a bug in the status.xsl file
old line with bug
<a href="{@server_url}">
new line fixes the wrong linking
<a target="_blank" href="{server_url}">
<p>Not sure if anyone has posted anything about this or not.
<p>Dave St John
Mediacast1 Administration
Need Support ?
http://mediacast1.com/helpdesk
<p>--- >8 ----
List archives:
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,
2015 Feb 16
2
listener authentication
Thomas,
Thanks for your quick reply.
I am looking at htpasswd. I am using 2.41 on Windows 7 with BUTT.
I have read the documentation but I don't understand where to enter this in
the config file.
<mount>
<mount-name>/example.ogg</mount-name>
<authentication type="htpasswd">
<option name="filename" value="myauth"/>
<option
2004 Aug 06
1
Source XML for status.xsl
Alright, first off:
Where is the password for admin specificied? In the <admin></admin> section of
the XML config?
Shouldn't there be a directory admin/ in my webroot for icecast? Currently the
only files in my webroot are status*.xsl and some experimental xsl files.
--thanks
Michael Edwards
http://www.walledcity.ca
>===== Original Message From Michael Smith