similar to: status.xsl contains old entries

Displaying 20 results from an estimated 10000 matches similar to: "status.xsl contains old entries"

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
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:
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
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
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
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
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
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.
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
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
2017 Jul 31
2
Icecast 2.4.99.1 Opus Metadata. status.xsl and playlist.log
Hello, I'm currently testing Icecast 2.4.99.1 in regards to Opus metadata support. I have a Ogg Opus stream located here: http://50.31.159.156/64.opus When I playback the stream in VLC I see the expected metadata displayed in the client. ffprobe and mediainfo also return the expected metadata. # mediainfo http://50.31.159.156/64.opus General Complete name :
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
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,
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
2
Status.xsl not displaying everything
> To verify everything is ok with your metadata go to > http://$youricecastserverip:$yourport/admin/stats.xsl > or if you like plain XML > http://$youricecastserverip:$yourport/admin/stats.xml Stream name, genre, description and url are NOT present here also! I've got the feeling that we're isolating the problem here, so that's fine... but: if the stream name doesn't
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
2017 Mar 03
2
Icecast status-json.xsl improvements
While http://127.0.0.1:8000/status-json.xsl?mount=/live is fine for info on the server itself and the current track played it's missing a played history. I'd like to suggest adding history to status-json.xsl or to reduce the size of the json to the bare minimum that a Web base mediaplayer might need Add a new one at http://127.0.0.1:8000/playing-json.xsl?mount=/live Which will only
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 > > >