similar to: extracting statistics

Displaying 20 results from an estimated 800 matches similar to: "extracting statistics"

2019 Dec 10
2
extracting statistics
Hi José, Just to be sure, did you mean to share this PHP script somewhere? Robert, I'm thinking you'll have to do something like José did and create some custom code to get all that you are asking for. Justin On 2019-12-08 09:15, José Luis Artuch wrote: > Hi Robert ! > > El dom, 08-12-2019 a las 12:42 +1300, Robert Jeffares escribió: >> Hi all, >> >> I have
2019 Dec 08
0
extracting statistics
Hi Robert ! El dom, 08-12-2019 a las 12:42 +1300, Robert Jeffares escribió: > Hi all, > > I have an icecast server in a facility which can handle several > hundred > simultaneous connections and I would like to produce some data like: > > How many people are listening now? > > Where might they be? [general area is OK] > > How long have they been listening?
2019 Dec 10
0
extracting statistics
Hi Justin, El lun, 09-12-2019 a las 19:53 -0600, webmaster at berean-biblechurch.org escribió: > Hi José, > Just to be sure, did you mean to share this PHP script somewhere? > Yes !. I had this software a little forgotten, but I will organize it and I will pass you a link for you to download. You will see that this software can be greatly improved, but at least as it works correctly.
2012 Aug 03
2
how to identify values from a column of a dataframe, and insert them in other data.frame with the corresponding id?
Hello, I’d like to do next, see if you could help me please: I have a csv called “datuak” with a id called “calee_id” and a colunm called “poids”. I have another csv called “datuak2” with the same id called “calee_id”, (although there are “calee_id” that are in “datuak” but not in “datuak2” and inverse), and a column called “kg_totales” in which the values are repeteated for each calee_id
2017 May 17
3
Frauenhofer signing off on mp3, ogg stream player for Macs?
Is there a way to run Darkice without an audio interface? On Tue, 16 May 2017 10:25:43 +1200, you wrote: >Jack, > >I am using AAC+ encoded by Darkice and distributed on Icecast2 on a >Ubuntu server. I had to install a number of open source libraries and >compile darkice from source. No licence. > >non-free means you build each one stand alone and can't re distribute.
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
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
2017 Feb 01
2
Icecast Server doesn't start even after being properly configured
Thanks for the response Robert, but the situation stills the same. Tried with all the possible IP addresses and forwarded again the port 8000 but still the same. 2017-02-01 0:56 GMT+01:00 Robert Jeffares <jeffares.robert at gmail.com>: > > > On 01/02/17 12:04, Edgar H wrote: > > > I've changed the <hostname> to my public IP address > > > > try
2006 Feb 03
3
My associations are coming out nil.
I''ve got a fairly simple system with a table for my Users that includes a CountryId field which looks up to the CountryId field of my Country table. What I would like to happen is for my Rails application, which contains models for both User and Country, to be able to draw the dropdown list of available countries on the edit page, like it does in all the tutorials. My model classes look
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
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:
2018 Oct 21
4
Configure Ubuntu Server 16.04 for icecast2
Hi, Thank you so much for your reply, I've a dedicated server in OVH, where I have done speed test for the server : *bkf at xxxxx ~> speedtest-cli Retrieving speedtest.net <http://speedtest.net> configuration...Retrieving speedtest.net <http://speedtest.net> server list...Testing from OVH SAS (x.x.x.x)...Selecting best server based on latency...Hosted by fdcservers.net
2017 May 16
5
Frauenhofer signing off on mp3, ogg stream player for Macs?
First: I am not a lawyer, this is no legal advice! On 16 May 2017, at 0:25, Robert Jeffares wrote: > Jack, > > I am using AAC+ encoded by Darkice and distributed on Icecast2 on a > Ubuntu server. I had to install a number of open source libraries and > compile darkice from source. No licence. This sounds like it would violate the license, given that the FAQ on
2024 Mar 26
2
core & cosine schema items in Samba AD DC user object?
On Tue, 26 Mar 2024 02:57:51 +0100 Franta Hanzl?k via samba <samba at lists.samba.org> wrote: > Please, it is possible (perhaps with some Samba schema extension?) to > have items as 'c' (countryName), 'l' (localityName), 'l' > (localityName), 'co' (friendlyCountryName), 'street' (streetAddress), > 'displayName' etc. in the
2020 Apr 15
1
Clients disconect after one hour
Perhaps check the mount settings in the icecast config file: <mount type="normal"> <mount-name>/example-complex.ogg</mount-name> <username>othersource</username> <password>hackmemore</password> <max-listeners>1</max-listeners>* <max-listener-duration>3600</max-listener-duration>* -
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:
2017 May 17
2
Frauenhofer signing off on mp3, ogg stream player for Macs?
It's really pretty simple. You can download the code and build it all you want... ...for yourself. It cannot be distributed, sold, or used commercially in any way. That's all. /g. -----Original Message----- From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Robert Jeffares Sent: Tuesday, 16 May, 2017 17:03 To: icecast at xiph.org Subject: Re: [Icecast] Frauenhofer signing
2018 Oct 20
3
Configure Ubuntu Server 16.04 for icecast2
Hi all, First of all, thank you for supporting us. I've installed Libretime (https://github.com/LibreTime/libretime) which user Icecast2 on Ubuntu Server 16.04. I've also developed a mobile application to listen to stream myhost:8000/mount. My problem is when the number of listeners increases up 500 (On live streaming with butt), the application blockes, and I hardly get info from
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),