similar to: Adding more to stats.xml WAS:Source XML for status.xsl

Displaying 20 results from an estimated 6000 matches similar to: "Adding more to stats.xml WAS:Source XML for status.xsl"

2004 Aug 06
4
Source XML for status.xsl
> <!-- Admin logs in with the username given below --> > <admin-user>admin</admin-user> > <admin-password>hackme</admin-password> > </authentication> Doh, I forgot to update my config file when I updated from buggy debian packages to CVS compiled source. >Nope. This is one of them vertual things. I know you can do
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
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
1
Source XML for status.xsl
> What you could do is get all the admin functions available out of the > sourcecode > and write your own little webinterface which you could put on you webserver > and then protect it with http-auth :-) This is planned for within icecast, so if anyone else _does_ implement this, please consider contributing it :-) Mike --- >8 ---- List archives: http://www.xiph.org/archives/
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 Aug 06
1
Directory Listings
That's a little odd, there are streams listed at yp.icecast.org... What's up with that? And of course my question on other directory servers still stands. --thanks Michael Edwards http://www.walledcity.ca >===== Original Message From Manuel Lora <vanguardist@cox.net> ===== >Icecast.org no longer hosts the yp directory. > >ml > > >On Saturday 05 April 2003
2008 Nov 01
0
How to killsource from command line?
They should work :P but if it the local server try using 127.0.0.1 for the server name instead, lot of server are not configure correctly to know what their address is. also the syntax user:Pass at servername should work also. I use it allot on a remote control server to force a client to drop. But one thing you have to make sure is that they not on reconnect in the client or it will
2008 Nov 02
1
How to killsource from command line?
Hi Many thanks for the helpful replies. Please see below. 2008/11/1 David Saunders <abitar.com at gmail.com>: > They should work :P > > but if it the local server try using 127.0.0.1 for the server name > instead, lot of server are not configure correctly to know what their > address is. > > also the syntax user:Pass at servername should work also. Doesn't
2004 Aug 06
2
iTunes 4
Last I checked, iTunes was unable to play my static playlist ogg vorbis stream. Assuming this is expected behaviour and not an anomaly; Does iTunes 4 resolve this issue? --thanks Michael Edwards http://www.walledcity.ca <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
2
Directory Listings
The default configuration file for icecast comes with a directory listing for oddsock, but not icecast.org or any others. How do I set up the xml file to list me on icecast.org. And on a related note, what other directorys can I list the server on? --thanks Michael Edwards http://www.walledcity.ca <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
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 Nov 24
0
Icecast XSL(WebInterface) Tweek
> 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
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"
2006 Jun 08
0
Help with XML/XSL
Does anyone know where I could get XML/XSL help for my status page. I wrote my own block-status.xsl file which is a simpler status page intented to be used as a block in CMS (Nuke, Drupal or Xoops for example). Currently, it lists every mount available with a green dot next to it. My problem is I *expect* a certain number of mount to be availabble and currently, if a mount is missing, it is
2004 Aug 06
0
Source XML for status.xsl
M Edwards <medwards@ualberta.ca> said: > 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 >
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
1
Source XML for status.xsl
On Mon, 7 Apr 2003, Michael Smith wrote: > XML is available at /admin/stats.xml on the server, from where you can fetch > it and save it on your hard drive if you so desire. Icecast won't do that bit > for you, though. Just to add that you need to authenticate with icecast before it will send you the stats. Use username "source" with the default password. Geoff.
2004 Aug 06
0
icecast status page -status.xsl
--------------------------------------- Regards, Slava Shklyar ----- Original Message ----- From: "Michael Smith" <msmith@labyrinth.net.au> To: <icecast@xiph.org> Sent: Wednesday, October 09, 2002 11:11 Subject: Re: [icecast] icecast status page -status.xsl <p>> At 11:59 PM 10/8/02 -0600, you wrote: > >So I point my browser to > > >
2004 Aug 06
0
icecast status page -status.xsl
At 11:59 PM 10/8/02 -0600, you wrote: >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
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