similar to: Icecast2 Status Page Parser

Displaying 20 results from an estimated 400 matches similar to: "Icecast2 Status Page Parser"

2011 Dec 06
1
Sequential Sum in R
I am trying to code the following excel formula in R. a b c Result Formula 1 10 0.1 #N/A IF(B2<20,NA(),C2+IF(ISERROR(D1),0,D1)) 2 20 0.2 0.2 IF(B3<20,NA(),C3+IF(ISERROR(D2),0,D2)) 3 30 0.3 0.5 IF(B4<20,NA(),C4+IF(ISERROR(D3),0,D3)) 4 40
2005 Aug 22
5
XML "Un-Builder?"
I''ve been unserializing XML in PHP with the XML_Serializer class, and I''m wondering if anyone knows of such a class for Ruby. Nothing fancy, just perhaps a simple way of converting arbitrary XML to a Ruby object. Maybe this has been implemented somewhere already? Thanks, Raymond
2008 Aug 27
11
find_by_sql and xml_serializer problems
Hi, I''m doing a find_by_sql and am getting an odd error when trying to render the result to xml. The find is: children_list = find_by_sql("SELECT components.componentid, components.logicalname, versions.level, versions.branch, versions.sequence FROM components, versions where components.componentid = ''" + component_id + "''" + " AND
2005 Sep 13
1
populating asterisk realtime tables from configfiles
Here is my file to parse and load extensions. No wise cracks about my code.... DB.php is the Pear DB module. (pear.php.net) <?php include('DB.php'); $db_host = ''; $db_name = ''; $db_login = ''; $db_pass = ''; $db_table = 'extensions_table'; define(DBINFO,"mysql://$db_login:$db_pass@$db_host/$db_name"); $db =
2005 Sep 14
2
live broadcast + WMA
_+icecast@sucs.org wrote: > Ices, Darkice, most of the normal stream creation bits don't need X11 > Do you mean normalisation? I mean dynamic compression. > WMA is Microsoft only so you will probably need to use Microsoft > software to do this. > > But if you already have MP3 I realy don't see the reason for WMA, as > anything that plays WMA is likely to also
2005 Jun 05
1
How to reach listeners behind corporate firewall
Ron Blok wrote: > Hi fellow icecast users, > > I get more an d more complaints from listeners who are trying to listen to > our stream behind a firewall. > It seams that more and more companies block port 8000 in their firewalls. > > Is there a solution for these cases ? I have somewhere read something about > streaming on port 80 instead of 8000. > Is this the
2005 Sep 14
2
live broadcast + WMA
Hi All, I have two questions. I have an icecast2 server installed, and I need to set up a Linux-based computer that sends a church's programs to the icecast server. (Both worship and teaching.) What application do you suggest? It would be really pleasing if I wouldn't need X11 to use the software, and it would display (with charactergraphics) the current signal level. The signal
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?
2005 Apr 13
1
Unable to compile icecast 2.2.0 under Suse 9.2
Thanks for the advice! After I have managed to install all needed libs under Suse 9.2 everything works just fine. But now I have a new problem. I need to install icecast2 under Debian 3 and the Debian package Server seems to be down constant. Where can I get the icecast2 install package for Debian besides from the Debian Server? Can anyone name me a location on the web? THX Tobi
2005 Aug 29
1
amd 64 ??
i'm building a new server for icecast broadcast and web hosting ..likely a media library for local artists / producers , etc. . i haven't been able to decide what processor architecture to use for the system . i definately favour performance over value/cost .. any suggestions on whether p4, amd, amd64, or something else would best serve the purpose ? ( i run icecast on debian linux btw
2006 Sep 13
4
Large Amount of Listeners
I have to setup an online radio to support 5K users initially and grow into 80k users later. 1.Has anyone any tips on this? 2.Would you recommend serving more than 2000 listeners on a single server? 3.Are there any redundance features on the relay server mode? I was thinking about setting up 2 servers to receive the encoded stream and then setting up the relaying servers so they try the
2008 Apr 26
4
for installation help
<!-- @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } --> Dear Mr./Mrs. I use Linux Fedora 8 and I tried to install your software for p2p broadcasting. There were some problems. 1. I install successfully icecast-2.3.1-0.src.rpm (rpm -ivh icecast-2.3.1-0.src.rpm) 2.When I tried to install libxml2 from http://xmlsoft.org/downloads.html I receive this output:
2005 May 20
5
load constraints
hello Another beginners question..... I've been googling through the icecast archives looking for information on how icecast handles multiple clients. Haven't been able to find what I'm looking for. Could someone please explain (or direct me to links) what happens to the upload bandwidth of a box running icecast, when more than one client connects? For example, if a box on a 128kbps
2005 Jun 05
4
How to reach listeners behind corporate firewall
Hi, I know two solutions for that. 1. You set up icecast to broadcast on the 80 port (there's a <port> tag in the xml). If you run a webserver on the same machine, then you can't do this. 2. If you run a webserver on the 80 port, you can set up the webserver to relay the stream through it. If you use apache, you need something like this in your httpd.conf: <VirtualHost
2011 Jan 07
2
rpm/yum/repo issue - Error: Package tuple could not be found in packagesack
Hi guys, I've been working on a yum repo for PHP 5.2 and today I wanted to update it[1], however on a test machine using my PHP packages (e.g. php-common-5.2.16-1nux) a yum update to the new RPMs with version 5.2.17 gives the following error: "Error: Package tuple ('php-common', 'i386', '0', '5.2.17', '1nux') could not be found in
2008 Aug 05
2
PHP Script to display Whether Stream Is Up
Hi, I was wondering whether or not someone knew of a php script for Icecast2, that would allow me to display, in plain text to listeners, whether a stream was up or not? The script would somehow have to check I guess the xml file to see if a stream is online, display a message that the stream is online, and an image that says toon in. I could program in PHP, somewhat, but what variables would I
2004 Jul 22
1
Asterisk-oh323 on fedora Core 2 - Anyone has a working install?
I am wondering if anyone has a working install of oh323 on fedora Core2. An replies would be appreciated as we need this urgently. Seshu Kanuri -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of steve@nexusuk.org Sent: Thursday, July 22, 2004 6:12 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users]
2016 Sep 27
1
Upgrading samba from source over debian packages
On 2016-09-27 16:40, Rowland Penny via samba wrote: > On Tue, 27 Sep 2016 16:17:10 -0500 > Bob of Donelson Trophy via samba <samba at lists.samba.org> wrote: > > On 2016-09-27 13:31, Marc Muehlfeld via samba wrote: > > Hello Elias, > > Am 27.09.2016 um 18:16 schrieb Elias Pereira via samba: > > We have samba 4.1.17 installed via debian package and would
2010 Dec 17
0
[LLVMdev] [cfe-dev] Modify the LLVM front-end to support EFI C and Add LLVM to EFI Byte Code(EBC) target
On 17 Dec 2010, at 03:15, Michael Spencer wrote: > As long as EFI C isn't radically different from normal C, I would > suggest adding a EBC target to LLVM first. Otherwise you have no way > to test the clang modifications. As was stated in the last post on this subject, EFI C has integer types that have a size determined at run time. I can't see how this would be integrated
2004 Jul 22
2
error while compiling asterisk-oh323
Hi Folks, I am breaking my head for compiling asterisk-oh323 properly on my asterisk box from past 1 week. But still after my all efforts, I unable to make it compile properly, My box is Fedora core 2 with asterisk-0.9.0. I was trying for following configuration with openh323 and pwlib. Openh323 and pwlib are installed properly. But problem is asterisk-oh323. asterisk-oh323-0.6.2a.tar.gz