Displaying 20 results from an estimated 8000 matches similar to: "xsl data"
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
6
winamp 5 release
I just downloaded & installed the final release and it works fine for me.
There is still the old problem with Winamp crashing when a vorbis stream is
interrupted or the internet connection is dodgy. This is an issue with
in_vorbis.dll v1.35 and Nullsoft don't appear to want to fix it.
I'm having to recommend my clients to use MP3 for streaming to supermarkets,
malls etc because of
2004 Aug 06
2
status2.xsl info...
Quick thought, if the fields are separated by "," & a title/artist/.. has
a comma in it then it causes a few problems with parsing.
Likewise if there are multiple streams it might be nice to have each stream in it's own line so it is easier to grab the info.
Also, status.xsl displays streams even after they have been stopped.
dmz
--- >8 ----
List archives:
2017 Mar 03
3
Icecast status-json.xsl improvements
On 2017-03-03 13:37, Marvin Scholz wrote:
>
>> 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 hold the current info:
>
> Right now I personally don't think
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
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 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
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
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
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
2007 Aug 01
1
xsl:value-of
That's a shame, and worth considering as a future feature. Shoutcast Server
has this as an option, and it's quite useful to see what countries (domain
extensions) your listeners are from.
Ross.
-----Original Message-----
From: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org] On Behalf
Of Michael Smith
Sent: Wednesday, 1 August 2007 20:46
To: Jason L
Cc: icecast
Subject: Re:
2020 Jul 18
2
Streaming SSL / HTTPS with m3u file
Hi,
I installed icecast2 on Debian 10 via backports for buster so that I could get ssl support.
I’ve successfully configured iceacst to stream via ssl within the browser. No problems there.
For instance I can successfully open a https link to the stream with a URL like https://domain-name.net:8433/mountname <https://domain-name.net:8433/mountname>
However, the same URL with .m3u at the
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
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
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
The following patch attempts to make the source client user agent and
the max listener client connection duration information available to
(icecast 2.3.2) xsl stylesheets. Will there be any memory leak issues in
the lower level functions like the acl, etc. when the source is
disconnected, when servicing queries, or otherwise?
BEGIN icecast-2.3.2-moremntinfo.patch
diff --git src/source.c
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
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:
2018 May 19
2
Icecast 2.5 beta2 release
We are pleased to announce Icecast 2.5 beta2 (2.4.99.2).
This is a beta release and not recommended for production use.
## Downloads
- Source:
http://downloads.xiph.org/releases/icecast/icecast-2.5-beta2.tar.gz
- SHA256sum:
a83baf4ae3ee5c2822bcb4286b7438b01317ccb8387371922e9cd32fe1c453e8
- Packages:
https://build.opensuse.org/repositories/multimedia:xiph:beta
## New features
2018 May 19
2
Icecast 2.5 beta2 release
We are pleased to announce Icecast 2.5 beta2 (2.4.99.2).
This is a beta release and not recommended for production use.
## Downloads
- Source:
http://downloads.xiph.org/releases/icecast/icecast-2.5-beta2.tar.gz
- SHA256sum:
a83baf4ae3ee5c2822bcb4286b7438b01317ccb8387371922e9cd32fe1c453e8
- Packages:
https://build.opensuse.org/repositories/multimedia:xiph:beta
## New features