Displaying 20 results from an estimated 40000 matches similar to: "Changing info on Icecast "playing" page"
2005 Jun 10
2
Changing info on Icecast "playing" page
Michael Smith wrote:
> Icecast doesn't (and can't) know how long a track is. Icecast doesn't
> really even know WHAT a 'track' is.
I guess that could be passed by the software which is streaming the
audio to Icecast (I mean, if a mp3 file is being streamed, if you can
retrieve the ID3 info, there's no reason you can't retrieve the length
of the song too right?
2004 Aug 06
2
Status.xml
On Wednesday 17 December 2003 15:53, Macsym wrote:
> Hi everybody,
>
> If I understand well, the purpose of XSL files is re-formatting XML files.
> When I checked the admin folder, I saw status.xsl but I did not see the
> source XML file (status.xml?).
>
> If status.XML (NOT status.XSL) exists, where is it located? Is there any
> way I can store status.xml or status.xsl on
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"
2004 Nov 10
3
Logging songs played by Icecast server
Hello all,
I skimmed the last year's worth of messages and all the docs and could find
no reference to this. I'm hoping someone here can assist.
I am a host for an Internet radio station,and we gave about 20 DJs. Each
host determines their own playlist and uses a variety of tools to broadcast
to the Icecast server (e.g. SAM2, SimpleCast, etc.). Since we do not have a
set playlist for
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 Nov 22
2
Re-Assembling SongData in Icecast Streams..
Like any other major radio station we output our music from automation
software via analog audio through a mix board in a studio, where we
insert other stuff like live DeeJays, etc. only to have that stream
re-encoded by hardware MP3 encoders for distribution to our network of
IceCast servers.
The chain of song information gets broken as soon as we output from the
Automation software,
2014 Nov 14
1
Pyhton Class/library for Icecast 2.32 Stats and other info access?
Hi, if i am not mistaken 2.4 has a servlet which provides json output for
active mounts and stats.
You can check it out at http://your host:8000/status-json.xsl
Just upgrade your version and you should be fine.
Hth
In a search for access to various ways to interact with Icecast via
Python, I ran across this:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Which is now dead (404).
I
2004 Aug 06
2
IceCast Questions.... ("id3 tags, mp3, Ogg, etc)
> How would you "switch" the users, I mean on the fly? Rewrite the
> configs so that you define the mountpoint from with the main server
> relays anew and give icecast2 a SIGHUP to re-read config?
> Anybody tried such things in practice?
Using the admin interface (web-based) - it has a way to explicitly move all
clients from one mountpoint to another.
Mike
--- >8 ----
2005 Mar 25
2
Now Playing Stats + Best Combo with icecast for windows
2003 Feb 01
5
ID3 info and Streaming titles
Hi,
I'd really like to enable ID3 tags and streaming titles.
> From reading icecast.conf I realise this is experimental.
I'm assuming experimental means works most of the time :-)
I've set this flag, however receive no ID3 tags or streaming titles.
use_meta_data 1
I need some guidance on this one, im using icecast 1.3.12 and ices
0.2.3.
Thanks,
--
Best regards,
Darren
2004 Aug 06
3
web stats and now playing
On Tue, 3 Jun 2003, jared jennings wrote:
> you just parse out the cue file that ices makes. this file is updated
> every second, so whenever you open it, it wil be current. i have some
> (rather nasty) php code to do that if you'd like it. (does ices2 make
> cue files? i forgot.)
I would be thrilled to have that php code if you wouldn't mind. I don't
even know where the
2005 Aug 14
2
id3-tags of static files
The protocol of sending of metadata over a stream (which is HTTP) does not
allow for this type of thing. The problem is not necessarily the fact that
the id3 tags are at the end of the files, as id3v2 does not have this
restriction, but rather just the "agreed" upon protocol for handling
metadata for streamed mp3s (and I'm only going to talk about mp3s here,
since it's
2005 Feb 15
3
icecast stats
Regardless of the xsl files.
Can't we communicate with the icecast server directly to retrieve the
information ??
On Mon, 14 Feb 2005 12:58:56 -0500, Ian A. Underwood <agentgrn@dcne.net> wrote:
> lluis wrote:
> > i need to access the info of the files
> >
> > /admin/stats.xsl
> > /admin/listmounts.xsl
> > /admin/listclients.xsl
> >
> > from
2004 Dec 02
2
icecast dies regulary
Hi,
I am running Icecast 2.1.0 on a Debian Sarge with a 2.6.8 Kernel.
After upgrading to the new version i have the problem that the icecast2
process. It is regularly dying after running 20-26 hours.
There are no messages in the icecast logfile nor in any other logfile.
The only message, which is written to the shell which started the
process, is
xsltApplyOneTemplate: template was not compiled
2007 Apr 20
2
Fastest way to repeatedly subset a data frame?
Hi -
I have a data frame with a large number of observations (62,000 rows,
but only 2 columns - a character ID and a result list).
Sample:
> my.df <- data.frame(id=c("ID1", "ID2", "ID3"), result=1:3)
> my.df
id result
1 ID1 1
2 ID2 2
3 ID3 3
I have a list of ID vectors. This list will have anywhere from 100 to
1000 members, and
2015 Mar 13
1
IceCast status - raw XML output
Please add the following XSL file to IceCast distribution (web directory). It returns IceCast's state in raw XML form.
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0">
<xsl:output indent="yes" encoding="UTF-8" />
<xsl:template match="@* | node()">
<xsl:copy>
2005 Feb 14
3
icecast stats
hello all,
i'm trying to monitorize the stats of my icecast server using some php
scripts ...
i need to access the info of the files
/admin/stats.xsl
/admin/listmounts.xsl
/admin/listclients.xsl
from a remote machine and i don't want to send every time the admin passwd ...
there is any way to make this info visible in the public /status.xsl page or
in any other ???
thanks a lot.
2004 Aug 06
2
Status.xml
Hi Mike and Oddsock,
Thanks for your VERY quick answer! The whole Icecast community definitely
rocks and it's always a pleasure to get answers from guys who know what they
are talking about :-)
I am interested in the XML file because I would like to retrieve the ID3
tags (Artist and Song) into my Flash client from the XML file. I already
retrieved the ID3 tags directly from the streaming
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe
and a xsl typo.
Best regards :)
kysucix
--
Make things as simple as possible, but no simpler. - Albert Einstein
2020 May 22
2
Add metadata to fallback mount?
On 5/21/2020 1:10 AM, Philipp Schafft wrote:
> Good morning,
>
> On Sat, 2020-05-16 at 12:30 -0700, Jack Elliott wrote:
>> Hi, I'm pretty sure this isn't going to be possible, but I'll ask. I'd
>> like to add a <stream-title> to my fallback mount so when the main
>> stream mount drops and the fallback kicks in, that the connected player
>>