similar to: no auth.xsl

Displaying 20 results from an estimated 1000 matches similar to: "no auth.xsl"

2005 Mar 11
0
no auth.xsl
Dennis Engel wrote on Fri, 11 Mar 2005 11:49:18 +0100: > <authentication> > <source-password>pass</source-password> > > <relay-password>pass</relay-password> > > <admin-user>admin</admin-user> > > <admin-password>pass</admin-password> > </authentication> Made my own first
2004 Aug 06
2
commas are status2.xsl?
in the status2.xsl there seems to be some extra commas ... --snippet of status2.xsl Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_connections" />,,<xsl:value-of select="listeners" />,, <xsl:for-each select="source"> <xsl:value-of select="@mount" />,,<xsl:value-of
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
2
xsl data
Im relaying shoutcast stream... --- <relay> <server>xxx.xxx.xxx.xxx</server> <port>xxxx</port> <mount>/</mount> <local-mount>/xxx</local-mount> <relay-shoutcast-metadata>1</relay-shoutcast-metadata> </relay> --- also im using status.xsl and admin/stats.xsl to get data for my
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 > > >
2005 Nov 24
1
XSL Content-type
Hello! I have created XLS stylesheet that generetes .m3u list of streaming content via my icecast2 server. That is just simple remake of status.xsl. But I got stuck. When I request it via http://serever/list.xsl - my winamp doesnot accept the m3u generated file. I began to research. The main problem is "Content-type" which gives me the icecast. It gives me text\html and I need
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 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:
2008 Jul 03
1
Include xsl template in .rxml file
Hello, I have the following code: xml.instruct! :xml, :version=>"1.0" xml.instruct! ''xml-stylesheet'', :href=>''/stylesheets/java_app.xsl'' xml.blueman do xml.response do xml.code(@response.code) @response.url ||= "" xml.url(@response.url) @response.message ||= "" xml.message(@response.message) end end But when
2007 Apr 14
0
Parsing status.xsl
Hi, actualy there already are some scripts for parsing icecast statistics: http://www.scripts.com/php-scripts/counter-scripts/icecounter-15/ http://www.netzond.com/addons and note - status.xsl will give less info than admin/stats.xsl will ----- Original Message ----- From: <chiapas@aktivix.org> To: <icecast@xiph.org> Sent: Friday, April 13, 2007 7:54 PM Subject: [Icecast] Parsing
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"
2012 Jan 29
0
HTPasswd format and protecting XSL pages
Hi, I had a need to look at icecast.org yesterday. Despite the fact that it had been there for over 3 years (since the last release), I only just noticed that XSL pages can be password-protected using the same auth mechanism available to other items. I was very interested in this as I wanted to be able to protect our stats info without giving those with a right to access it the admin
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
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 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
2006 Mar 16
1
script.aculo.us in xsl
Hello, first of all, sorry for my English, I´m a Spanish student and I´m having some problems with script.aculo.us. These are the following: I have a XML file like this: <?xml version="1.0" encoding="iso-8859-1"?> <?xml-stylesheet type="text/xsl" href="barraNav.xsl"?> <barraNav> <boton>
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
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
2005 Mar 22
2
status.xsl (fwd)
Hi, Sorry, made a typo when trying to approve this. Apologies to the sender. Geoff. ---------- Forwarded message ---------- Date: Tue, 22 Mar 2005 15:20:06 +0000 From: Ben Edwards - Trinity <ben@3ca.org.uk> To: icecast list <icecast@xiph.org> Subject: status.xsl I have seen some reference to changing status.xsl to only include active mount points. I'me not an xsl hacker.
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