Displaying 20 results from an estimated 700 matches similar to: "Listener count in stream title"
2007 May 28
1
[1.2.18] Wrong steps in extensions.conf?
Hello,
Sometimes, when a call comes in from the PSTN through our VoIP gateway,
the information that is sent to our web page that logs calls includes the
original CID name instead of the one that is we expect to be rewritten on
the fly using Asterisk's LookupCIDName:
=================
;extensions.conf
[internal]
exten => group,1,LookupCIDName
exten =>
2004 Aug 06
0
Reloading ices (0.2.3) playlist
Hiya
I'm completely stumped on reloading the playlist... If I send ices a
SIGHUP signal it appears to reload the Perl module but not execute any code.
The messages I'm getting are:
DEBUG: Caught SIGHUP, cycling logfiles and reloading playlist...
DEBUG: Interpreting [ices_shutdown]
DEBUG: perl [ices_shutdown] returned 1 values, last [1]
DEBUG: Done interpreting [ices_shutdown]
DEBUG:
2011 May 31
3
uploading files via REST?
Hello,
I am a bit confused by the REST syntax - how can I PUT an arbitrary file in
the bucket? Downloading works fine (Perl+LWP), see below, but for PUT I only
see this line in the docs (http://docs.puppetlabs.com/guides/rest_api.html):
PUT /{environment}/file_bucket_file/md5/{checksum}
Should I compute the MD5 of the file and port its contents at the url ?
my code:
my $ua =
2007 Nov 09
4
variables in templates
Here''s the problem I''m trying to solve.
I use apache, for lots of things, some of those things are configured from a
performance standpoint differently.
In less vague terms I need to be able to change the MaxClients setting to
different things based on the different purposes apache serves. (say proxy
vs. app)
Under previous CMS/templating engines I would have a httpd.conf that
2009 Jan 20
6
Apache Server Tuning for Performance
Hi all,
I am facing facing performance issues with our web servers which is
working for concurrent 250 requests properly and then stops
responding when the requests are more than 250 .
The current configuration parameters are as follows :
apachectl -version
Server version: Apache/2.0.52
Server built: Jan 30 2007 09:56:16
Kernel : 2.6.9-55.ELsmp #1 SMP Fri Apr 20 16:36:54 EDT 2007 x86_64
2011 May 13
1
Standard method to read current listeners without user/password
Hi all,
This is the output of status2.xsl:
MountPoint,Connections,Stream Name,Current
Listeners,Description,Currently Playing,Stream URL
Global,Client:60461 Source: ,,7,,
/foxcub,,,7,, - Brian Eno - Dune Prophecy theme,
It doesn't look like any csv output I've ever seen.
Some of the output seems to be string literal and some of it is the
actual server information, and at some parts
2010 Jun 07
1
[PATCH] ESX: Fix storage URL if storage has a snapshot
If an ESX guest has a snapshot, the path the libvirt driver gives us will look
like:
[yellow:storage1] RHEL4-X/RHEL4-X-000003.vmdk
instead of:
[yellow:storage1] RHEL4-X/RHEL4-X.vmdk
The current path mangling code does take this into account.
This change makes it use the current mechanism first, but try again after
removing a '-\d+' suffix if it gets a 404. Trying twice should make it
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
2010 Jul 13
2
Setting apache's maxclients higher than 256 in CentOS
Hi,
I could not find any reference if the version of apache compiled for centos
5.x has support for more than 256 clients in apache's maxclients.
If that is not the case how can I recompile the package with such support?
Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 May 13
0
Standard method to read current listeners without user/password
Hi Ross,
Sorry if anyone else has already answered this.
Yes there is. Icecast can produce stats in any format desired using XSLT
templates. These take the built-in XML as input and can format the output
any way you like.
There are two XSLT templates included with Icecast2 by default, status.xsl
and status2.xsl. Status2.xsl would be easy to parse as it outputs in CSV
format. The format
2014 Dec 12
0
PATCH - add username_format to the PAM auth module
Hi there,
Other auth modules (eg passwd-file) allow a username_format to be
specified, but not the PAM module.
The use-case, is where I want a static userdb configuration which takes the
domain into account but still want to use PAM for authentication, eg:
userdb {
driver = static
args = uid=8 gid=12 home=/mnt/storage/mail/vhosts/%d/%n
}
passdb {
driver = pam
args = username_format=%n
2004 Aug 06
1
metadata update is delayed for 2 songs
well
when i streamed the station using foobar.. then foobar2000 displayed the metadata correctly...
but at that time.. when i checked out status2.xml, stats.xsl and stats.xml , the metadata is displaced incorrectly.. two songs behind..
i've tested the stream broadcasting using winamp2, foobar200 w/ oddcast dsp plug in.
you can check out my station at http://ny.icecast.net:8646/play.ogg
2010 Apr 18
0
[LLVMdev] create two Twine object
According to documentation Twines should be used only for temporary
values and not stored, so allocating the in heap sounds wrong.
I think all you need here is
static int varNum;
++varNum;
Instruction *sstatusInst = new AllocaInst(StatusTy, Twine("status") +
Twine(varNum), entry_inst);
Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") +
Twine(varNum),
2004 Aug 06
0
metadata update - possible to send adminpass in
update string?
Message-ID: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
Hello everybody, hello Karl!
Sorry for my horrible English. I'm a newbie in icecast2.
I would like to use the
/admin/metadata?mount=/mymount.ogg&mode=updinfo&song=New%20Title
string to update metadata with -kh48 (to update metadata with ogg stream
:) ) but I couldn't find how to insert admin username and
2004 Aug 06
0
metadata update - possible to send adminpass in
update string?
In-Reply-To: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
References: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
Message-ID: <1091461406.2970.15.camel@bogus.hackers.club>
On Mon, 2004-08-02 at 13:25, Nagy Gergely - K?k Duna R?di? wrote:
> Hello everybody, hello Karl!
hi
> Sorry for my horrible English. I'm a newbie in icecast2.
> I would like to use the
2010 Apr 18
1
[LLVMdev] create two Twine object
On Sun, Apr 18, 2010 at 4:36 AM, Eugene Toder <eltoder at gmail.com> wrote:
> According to documentation Twines should be used only for temporary
> values and not stored, so allocating the in heap sounds wrong.
Yes, in general you should never be naming Twine directly, except in
the case where you need to make a Twine for an integer. All other uses
should be considered poor style, as
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like
status1, status2, status3, ......
request1, request2, request3, ......
this is my code, other unrelated detail are eliminated.
static int varNum;
static const char *getVarNum() {
++varNum;
std::stringstream ss;
ss << varNum;
std::string *varname = new std::string(ss.str());
return varname->c_str();
}
const char *VarNum = getVarNum();
Twine *x1 = new
2004 Aug 06
0
status2.xsl info...
On Wednesday 30 July 2003 17:38, dmz wrote:
> Quick thought, if the fields are separated by "," & a title/artist/.. has
> a comma in it then it causes a few problems with parsing.
If you need to parse it, use the raw xml form. It's more parseable. I don't
know what the point of status2.xsl is.
>
> Likewise if there are multiple streams it might be nice to have
2005 Jun 23
0
About Fallback-mount and fallback-override
Hi there!
I have icecast 2.2.0 I have setup the icecast default mp3 mount point /stream with shoutcast dsp compatibility
Suppouse i have a couple of djs, and that the first one finish his broadcast and the second one is going to start
the users listening to the dj1 falls, so they have to reconnect to continue listening.
I saw exists
<fallback-mount>/example2.ogg</fallback-mount>
2004 Aug 06
3
metadata update is delayed for 2 songs
how can i collect such metadata dump?
dave, can u help me.. as i don't have access to the server..? can u fwd the metadata dump file to michael for me plz.. thx...
-----Original Message-----
From: Michael Smith <msmith@xiph.org>
To: icecast@xiph.org
Date: Mon, 29 Dec 2003 15:04:48 +1100
Subject: Re: [icecast] metadata update is delayed for 2 songs
On Monday 29 December 2003 14:54, Phi