Displaying 20 results from an estimated 7000 matches similar to: "Icecast Digest, Vol 146, Issue 7"
2016 Aug 18
1
Adding to Icestats Available Raw Data
Is there a way to add additional metadata fields to icestats in such a way
as to be accessible to stats-json.xsl? In particular I am interested in
adding "album" and "year".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20160818/6bbd1420/attachment.html>
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 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:
>
>
2008 Nov 19
2
Icecast 2.3.2 doesn't list all mount points
Hello,
I've upgraded from 2.3.1 to 2.3.2. I've been used to list all mount
points by <xsl:for-each select="source"/> under /icestats.
Howver now the /icestats elemets contains only source elemets which have
been requested at least once. That means the list (e.g. /stats.xsl under
web directory) is empty after server start.
I've found out this regresion presents only
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
2024 Jan 17
1
perfect html player for Icacast ?
Good evening,
On Wed, 2024-01-17 at 21:01 +0100, marc at clubcapelli.com wrote:
> hi friends, (sorry in advance if it is the wrong place to ask)
>
> i'm seeking the perfect player for a html website running a radio
> station feed by RadioDJ + Icecast
just to clarify this first: so you're in control of the Icecast and the
source client, correct?
>
> i need :
> -
2020 Sep 22
0
Listener stats
Hello
Thanks for the replies. I apologize for the rash statements but, not an excuse but an explanation, I was working for about a week and a half to get this to work without any success. Checked every post related to Icecast and read the manuals but nothing came up to resolve this.
I did try try to remove the xsl from the site but that just gave me a 400 unknown admin request error. I also
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
2024 Jan 17
2
perfect html player for Icacast ?
hi friends, (sorry in advance if it is the wrong place to ask)
i'm seeking the perfect player for a html website running a radio
station feed by RadioDJ + Icecast
i need :
- good compatibility (windows, mac, android, ios...)
- display artist & title (send by my encoder in metadata)
- cover and album : search & display by the player himself (in LastFM db
?) (or iTunes API?)
-
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.
2023 Nov 22
1
mediaplayer for icecast streams?
Thank you, Ben!
I was afraid it would be very complicated to get the information
extracted, but it was very simple. My only problem now is to find a way
to update the text on the webpage. I was hoping sleep(5) could do the
trick, but it does not work.
<?php
if (1) {
$jsonobj=file("http://radio.protestbandet.dk:8000/status-json.xsl");
//var_dump($jsonobj);
2023 Nov 22
1
mediaplayer for icecast streams?
you can pull it with jQuery via javascript for example evry 10 seconds,
and update the informations you want, at least its the way i do it.
Am 23.11.2023 um 00:13 schrieb Thomas Jensen:
> Thank you, Ben!
>
> I was afraid it would be very complicated to get the information
> extracted, but it was very simple. My only problem now is to find a way
> to update the text on the
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"
2017 Jun 06
3
title streaming with ices
Hi all:
Recently Stream Licensing LLC has changed their requirements so that
streaming internet stations in the US must title stream the album along with
the song title and artist.
I use ices for the backup automation when no live programming is taking
place.
Ices shows the song title and artist on the player with no problem.
My question is how I configure ices to show the album as
2017 Jun 07
1
title streaming with ices
Please correct me if I'm wrong but the album title isn't exposed by the status-json file.
I'd really like to be able to expose this as well. I'm using EZStream but I think the configuration / exposure needs to be configured on the Icecast2 side.
Regards
Darragh Ó Héiligh
Websites:
Personal: www.digitaldarragh.com
Professional: www.computersupportservices.ie
Music:
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
2024 Sep 02
2
Strange behaviour with admin/stats.xsl disappearing
Greetings icecasting amigos!
I?ve had an incredibly frustrating journey getting a new icecast origin server going to supplant an older machine set for retirement.
The setup is relatively simple ? a beefy Debian bookworm host running icecast as a relaying slave pulling the streamlist from an icecast2 2.4.4 ingest server, for mass distribution.
The ingest / origin server runs fine.
I opted for
2004 Aug 06
1
Adding more to stats.xml WAS:Source XML for status.xsl
/me grumbles about upcoming finals:
I note that the mountpoint entry displays the current songs title and artist,
but not the album. In the particular case of my station, album is often more
important (recognizable) as there are a variety of pop/classical artists who
do music for anime. So I'd like to add an album nature but am going to need a
quick overview on how stats.xml is generated.
2004 Aug 06
1
problems streaming ogg with ices2 and icecast2
Hi there,
I'm trying to stream audio from my audio card using ices2/icecast2. I've
been following the unofficial HOWTO at
http://www.6809.org.uk/media/ices2-howto.shtml. So, I've downloaded and
installed libshout2, ices2 and icecast2.
Everything starts up OK and I can get stats by pointing my browser at the
admin page:
<?xml version="1.0" ?>
-
2005 Mar 28
1
Retrieving Playing Stats
I got the following script from this mailing list but when i try using it doesnt really seem to
work and gives me the following error.
Warning: fopen(http://...@64.157.204.179:9095/admin/stats): failed to open stream: Bad file
descriptor in E:\Public ftp\epakimusic\test.php on line 9
Error reading Icecast data from 64.157.204.179:9095.
So could someone please help me out with this.. or if