Displaying 20 results from an estimated 3000 matches similar to: "Small documentation patch"
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
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:
>
>
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
2005 Mar 01
1
xsl, xml, ARRGH!
Hello...
Coming from an Icecast 1 background, I tend to like the admin
functionality of Icecast1 over Icecast2. Fixing this is but some file
editing away, I supposed.
I'm trying to simplify the administration screens for myself and
co-sysop.
In testing, if I copy the listclients.xsl into the web directory, it
works like I would like... almost. I get a listing of every stream on the
2004 Oct 04
1
metadata
Karl Heyes wrote:
> http://www.icecast.org/docs/icecast-2.0.2/icecast2_admin.html
My reading of this doc suggests that you need the admin user and password
to be able to do this. This seems a bit risky. If I were running an
icecast server with multiple streams, I have to say that I wouldn't be very
happy giving out the admin username and password to everyone who broadcast.
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
2005 Jul 26
2
Icecast/ices problem
Thanks for the suggestion. It turns out that debug for ices told me
nothing but debug for icecast 2.2.0 showed that it was terminating the
source at the same place in the playlist, apparently due to a lack of
trailing metadata in one particular file -- icecast saw it as end of
stream.
After checking code updates on the TRAC system, I installed the kh branch
of icecast (kh13) and this seems
2005 Mar 27
3
Digging Deep into the XML
Hey all, I?ve been working with IceCast for the last month, I?m really
getting into it. I?ve started developing some of my own windows based
reporting tools on it. (Will be released to the public..free of course) I
had a few questions tho..
1. There is a problem on the windows version of IceCast, where if you
play a song such as Queensr?che (with the special char for the y) it tends
to make
2007 Nov 26
2
xmms-flac security update breaks XMMS' flac-playing ability
Hello,
First post to this group. I've been searching for about a week now to
find anyone who can solve this problem or point me to the solution.
I've been a happy xmms-flac user for 4 years until this week when some
new FLAC security updates came along and completely stopped XMMS from
playing FLACs on my PC. This is most irritating as I have over 3,500
CDs ripped and FLAC'd in
2010 Sep 02
4
Metadata update
This is exactly what I want.
I have a continuous stream to a live mountpoint that needs to be
metadata updates. Is this http request you mention any documentation to
study?
El 02/09/10 08:43, Johann Soukup escribi?:
> Hi Octavio,
>
> I guess you are talking about live mount points.
>
> We use a http request through the admin/metadata application of the
> Icecast admin
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.
2014 Jun 07
2
icecast 2.4 check if source exists?
On 06/06/2014 01:08 PM, uno wrote:
> ... to answer myself:
>
> i had a fallback-mount specified, after removing it
> things work as expected. sorry for the noise.
In case of fallbacks you have to check properly through querying a
custom XSL, JSON or the admin backend.
> btw: what's the prefered way to get server and/or listener info?
2004 Oct 03
3
metadata
We are currently adding Shoutcast title information support to our radio
broadcasting/streaming software and would like to do the same for Icecast if
this function has been implemented. The Shoutcast server uses a format like
this:
http://server-ip/admin.cgi?pass=yourpassword&mode=updinfo&song=Artist_and_Title_etc
Our software sends this request at each change of track. The server
2006 Jan 19
0
Incorrect number of arguments.
Hello all. I have the following code in a partial. It''s purpose is to
create a dropdown box with a bunch of values in it for display purposes
only.
(@bugsheet is an instance variable being used by the partial)
<%= select("bugclientlink", "bug_id",
Bugclientlink.listclients(@bugsheet.id))
Given the fact that Bugclientlink class contains:
def self.listclients(
2004 Aug 06
0
icecast2 per-mount overall listening statistics
Monday, July 12, 2004, 4:49:57 Michael Smith wrote:
MS> You should be able to get this information from the access logs. There's no
MS> software I know of to do that automatically for you, though - you might have
MS> to write your own.
As I understand, access logs do not contain any informatin about the
time a listener has been connected for. But I found such an internal
variable in
2012 Mar 28
1
Nested brew call yields Error in .brew.cat(26, 28) : unused argument(s) (26, 28)
I am writing several webpages using the brew package and R2HTML. I would
like to work off one script so I am using nested brew calls. The
documentation for brew states that:
"NOTE: brew calls can be nested and rely on placing a function named
?.brew.cat? in the environment in which it is passed. Each time brew is
called, a check for the existence of this function is made. If it
exists,
2004 Aug 06
2
Playing a file before live stream
Hi,
My sincere apologies if this topic has appeared on the mailing list
before, (as I'm sure it probably has) but the xiph.org archive function
is still broken so I can't search.
At any rate, I'd like to know if it is possible, using Icecast2, to play
a short .mp3 or .ogg file before a live stream is delivered. I'm not
sure how to do this, or if it is even possible. Any help is
2011 Feb 20
4
Need Help
Hi,
We realized that there are certain parameters within icecast that request
specific directory path
address for the program to connect upon start up...we are now trying to find
an icecast.pid file
but we have not been able to find it in any of the directories. Do you know
were we can find that
file?
Thank you,
Luis Barrett
-------------- next part --------------
An HTML attachment was
2004 Oct 25
2
Segfaults in Icecast 2.0.2
Hello,
Using Icecast version 2.0.2, I'm seeing segfaults when I connect a
particular encoder to the stream. I already have three encoders
connected, serving six streams without a problem, but adding the seventh
stream crashes Icecast everytime after a period of ten to thirty
seconds. All but one of the encoders are Darkice encoders and the
encoder which crashes Icecast is also Darkice. So
2010 Aug 06
1
brew equivalent of "R CMD Sweave"
Dear all
Is there an equivalent of "R CMD Sweave" for brew [1] documents?
Something in the lines of "R CMD brew"? Can R be configured to parse
brew documents from the commandline, without opening an interactive R
session and issuing the following?
require(brew)
brew("featurefull.brew")
I would like to set a LyX converter for brew documents, and for this
I'd need