search for: status2

Displaying 20 results from an estimated 74 matches for "status2".

Did you mean: status
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="sourc...
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an icecast2 server without knowing the admin user/password? We produce radio broadcasting/streaming software for Windows which can show the current number of listeners. Many Icecast hosting companies won't provide the admin password as they have lots of other customers using the same server, so the software
2004 Aug 06
2
status2.xsl info...
Quick thought, if the fields are separated by "," & a title/artist/.. has a comma in it then it causes a few problems with parsing. Likewise if there are multiple streams it might be nice to have each stream in it's own line so it is easier to grab the info. Also, status.xsl displays streams even after they have been stopped. dmz --- >8 ---- List archives:
2004 Aug 06
0
status2.xsl info...
...day 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 each stream > in it's own line so it is easier to grab the info. See above. > > Also, status.xsl displays streams even after they have been stopped. It's meant to. Mike --- >8 ---- List arch...
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(); } co...
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 som...
2004 Aug 06
3
'ice_login' not in icecast.xml ?
Nevermind, that stats.xml page is worthless anyways. got a updated version of icecast2 status http://www.casterclub.com/icecast_status.php parses the status2.xsl page <p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Dave St John" <dstjohn@mediacast1.com> To: <icecast-dev@xiph.org> Sent: Thursday, October 10, 2002 7:36 PM Subject: Re: [icecast-dev]...
2005 Apr 17
0
Listener count in stream title
...at mount. It can be seen in action on http://radio.ethereal.net:8000/stale, where it runs every minute out of cron. The script should be self-explanatory, but feel free to write me privately with any questions or problems... there's obviously some room for improvement. thanks, Tris P.S. status2.xsl seems to have some bugs (use of old variable names), some of which I fixed in the attached patch. The patch shouldn't be needed to get the script to work, though. -------------- next part -------------- #!/usr/bin/perl -w # tristan+perl@ethereal.net 17apr2005 # public domain use strict;...
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 w/ foobar2000 and .. and then check out http://n...
2010 Apr 18
0
[LLVMdev] create two Twine object
...entry_inst); Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") + Twine(varNum), entry_inst); btw, your getVarNum() leaks. Eugene On Sun, Apr 18, 2010 at 5:55 AM, Yuanfang Chen <tabloid.adroit at gmail.com> wrote: > 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...
2010 Apr 18
1
[LLVMdev] create two Twine object
...locaInst(ReqTy, Twine("request") + > Twine(varNum), entry_inst); > > > btw, your getVarNum() leaks. > > Eugene > > On Sun, Apr 18, 2010 at 5:55 AM, Yuanfang Chen <tabloid.adroit at gmail.com> wrote: >> 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 *...
2011 May 13
0
Standard method to read current listeners without user/password
...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 is: MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL Of course, as these are external files, the server admin could call them whatever they want. But in my experience...
2004 Aug 06
2
no metadata?
Hello, I've added metadata information in my ices config; a generic name under stream, and individual under each instance. when looking at status2.xsl, it doesn't show any stream name or information. Also, I uncommented the stuff for oddsock's yp server, but it never shows on the page. Am I missing something somewere? Thanks, Bryan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http...
2004 Aug 06
1
PHP + parsing # of listeners.
...w other listeners the number of listeners. Now I seem to remember someone haveing some php scripts that did this sort of thing, and I can't find those. I relieve my best bet is to use some regular expression magic and find /mountpointname.ogg,,,, read everything until the next ,,'s in the status2.xsl. Now, thats great, but my regular expression skills are sub par, and I was wondering if there is another solution, so I can create a more customized icecast2 stats page. Btw, everyone thank you for all the great work. And good job on the beta. --Stauf --- >8 ---- List archives: http://ww...
2014 Dec 12
0
PATCH - add username_format to the PAM auth module
...us; } - auth_request_set_field(request, "user", item, NULL); + if (module->pam_allow_transform) + { + auth_request_set_field(request, "user", item, NULL); + } return PAM_SUCCESS; } @@ -257,6 +270,11 @@ struct pam_conv conv; enum passdb_result result; int status, status2; + const struct var_expand_table *table; + string_t *username; + + struct passdb_module *_module = request->passdb->passdb; + struct pam_passdb_module *module = (struct pam_passdb_module *)_module; conv.conv = pam_userpass_conv; conv.appdata_ptr = &ctx; @@ -265,10 +283...
2002 Oct 09
5
[Fwd: samba client problems???]
...d with the directory to share... but to no avail... Can someone shed some further light on this topic. None of the prior posting's actually had a "solution" noted down. Thanks, Joel -------- Original Message -------- From: - Tue Oct 08 14:04:22 2002 X-Mozilla-Status: 0001 X-Mozilla-Status2: 00000000 Message-ID: <3DA34855.5000000@rhinosystemsinc.com> Date: Tue, 08 Oct 2002 14:04:21 -0700 From: Joel Thompson <joel@rhinosystemsinc.com> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us MIME-Version...
2004 Aug 06
3
metadata update is delayed for 2 songs
...003 15:04:48 +1100 Subject: Re: [icecast] metadata update is delayed for 2 songs On Monday 29 December 2003 14:54, Phi Tran wrote: > 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 w/ > foobar2000 and...
2004 Aug 06
2
Hello everyone, here is some php code.
Okay, So remember that question I had last week about taking a bunch of relay servers and greping the status2.xsl file for the number of listeners? I coded it. I have to apologize right now, as its krufty, nasty, braindead code. But it works, and I'm rather proud that after being up as long as I have been up and drinking as much coffee, it works. It should be attached to this e-mail. I would also...
2019 Dec 07
2
extracting statistics
...people are listening now? Where might they be? [general area is OK] How long have they been listening? How many different listeners have we had? [ lets not count returning listeners as new ] What is the average time spent listening? I have been ferreting around and figured out how to create a status2.xsl file and where to put it but I can't see how to get the ip's of the listeners or any of the other data. I know it has to be in there, I just don't know how to get there. any help appreciated regards Robert
2005 Jun 23
0
About Fallback-mount and fallback-override
...adcasting from another place in the world?. And the last question. Do you know any php script to recover the metadata and show it on a web page? I made this one, however i think is not the best answer, may be some one out there has something. <? $handle = file("http://207.249.73.66:8000/status2.xsl"); $final=strlen($handle[2])-15; if ($final<=1) { echo "Theres no broadcast."; } else { echo "<center>"; echo substr($handle[2],7,$final); } ?> This script just recover the data presented by the example status2....