similar to: Listener Stats

Displaying 20 results from an estimated 300 matches similar to: "Listener Stats"

2019 Mar 06
1
Icecast streaming issues
Hi, I've read the definitions listed on your website about each of the statistics that is tracked with my IceCast stream, but still have a couple questions. I'd like to know how many listeners we've had (from start to finish). After reading through the definitions, it looks like the *Listener-Connections* statistic is the one I want. My question is, *what exactly counts as a
2017 Apr 15
2
help on listener connection stats
Hi, I see two statistics on the admin web page. On my system "listeners" is usually 0. Sometimes I will actually catch it at 1 or 2, but it is 0 99% of the time. On the other hand "listener_connections" is always going up. If I refresh the screen it goes up by a few. If I wait an hour and refresh it goes up by tens. Over a few days it goes up by hundreds. What is this
2020 Mar 26
2
making sense of the stats
I can't make sense of the connection stats on the admin page. We have one source and one mountpoint. What is the difference between _client_connections_ and _clients_ and _connection_s? How can they be so different in value? Same questions for _listener_connections_ and _listeners_? The connections values seem high for only 5 listeners and one admin. Here is a snapshot of the admin
2020 Mar 27
2
making sense of the stats
Hi, Robert. I appreciate the explanation. Indeed, the terminology is not consistent or intuitive. So by your "4 services" you mean _sources_? If clients are source connections (one and the same?), then how do we reconcile limits for both clients and sources? Is it like saying, 'for all of the X sources, they can have a total of Y connections'? How can I set limits on the
2014 Feb 11
2
Icecast statistics dashboard with Piwik
Hi all, I often hear requests for a modern, open source analytics dashboard for use with Icecast. I wrote up some step-by-step instructions for using Piwik with Icecast log files here: http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/icecast-statistics-with-piwik/ Hopefully this is useful. We are also hearing good things about Kibana, but I personally haven't tried it yet:
2014 Feb 20
2
Icecast statistics dashboard with Piwik
Hi Thomas, > What's really nice is, that it understands the Icecast log format > extension where we record the duration of the connection in seconds. I can't take credit for that, the work was done by Alejandro: https://github.com/piwik/piwik/pull/65 Cheers! Daniel
2006 Sep 02
2
URL authentication
I can't get URL authentication to work. The notification script is never called by icecast (v 2.3.1). This is the mount point: > <mount> > <mount-name>/tp.mp3</mount-name> > <max-listeners>499</max-listeners> > <hidden>1</hidden> > <no-yp>1</no-yp> > <authentication
2017 Apr 16
1
help on listener connection stats
Thanks for the insight. I'm keeping an eye on my logs and I think I'm getting a better feel for my traffic. I still see "listener_connection" going up for some unknown reason. And the "Bose..." thing seems to connect every hour at around the half-hour mark (x:30) and listen for 10 minutes and then drop off. The IP addresses change but they are all Amazon Web Services
2017 Apr 15
0
help on listener connection stats
Hello, On 15-04-17 15:19, Chris Howard wrote: > Hi, > > I see two statistics on the admin web page. > > On my system "listeners" is usually 0. Sometimes I will > actually catch it at 1 or 2, but it is 0 99% of the time. That is the current number of listeners. > On the other hand "listener_connections" is always > going up. If I refresh the screen
2023 Jun 26
1
Auto rotation on day/hour or dump possible?
Hello, I am looking for an alternative to Google Analytics with Icecast. Now with log import to Matomo this is working, but real-time is difficult and you also need a log dump for rotation log, or the best is a day or hour log. Does anyone have a solution for this? Or how do you use the statistics? I know this has been asked before but that was 8 years ago and the link to more explanation no
2011 Feb 23
1
XML Parsing Error
I have managed to get icecast to start, but when I browse to the admin directory, I get this output: http://127.0.0.1:8000/admin/stats.xml XML Parsing Error: no element found Location: http://127.0.0.1:8000/admin/stats.xml Line Number 1, Column 1: Am I supposed to wrap this output in an xhtml page, like when doing an AJAX query? Kind Regards, Keith Roberts
2020 Mar 26
0
making sense of the stats
Hi Justin, /*  Aren't listeners also clients?*/ No. Icecast xml is a bit daunting. There are two kinds of connections. Listener and Client Client:... Connections from your source which may be darkice, BUTT, or some other encoder. You actually need plenty of these. I set mine to 20 when I have 4 services. One client may have several connections. I assume there is some handshaking and
2016 Feb 16
2
listener stats
Hannah, thanks so much - - -how do I log into administration. Just go the icecast website and type in my url? Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Hannah Carroll Sent: Tuesday, February 16, 2016 9:39 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] listener
2016 Feb 16
2
listener stats
Thank you Hannah - - -I have figured that out finally. I am not sure what I am looking at - - -can you help me here? Which one of these below tells me how many listeners I have? - - -thanks much admin icemaster at localhost banned_IPs 0 build 0-g244e500 client_connections 161644 clients 1 connections 247081 file_connections 168 host s2.stationplaylist.com
2019 Sep 09
1
Ref. Questions about using libcurl
Hi Thomas, We want to be seen on the "http://dir.xiph.org/" portal, and after some research we noticed that we would have to install libcurl. We are already broadcasting, but we are not included in the portal. Our link: http://170.254.33.29:8080/stream. Taking your attention, we want to know how we can have historical statistical data, with IP / local data, date, time and connection
2014 Oct 23
3
Icecast stats.xml
Consider this a Ticket for Icecast 2.4 ******************************************************************************** If you look at {{{ admin/stats.xml }}} on a Icecast-KH server (default setup) and an Icecast 2.4 server (default setup) the following is one of the things that the KH branch has as extra info. {{{ <listener id="3581"> <ID>3581</ID>
2015 Jun 29
1
question on Icecast & licenses
Hello. Did anyone who launched Icecast server for his own radiostation acquired any licenses for playing music from artists or labels (sound recording companies)? Or you just pay royalties? For ex., if you play some track of F.Goya, do you get some licenses from him on his track or his label? Thanks Konstantin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Sep 08
0
URL authentication
Isn't there anybody who has at least an idea what might be causing this? Or is URL authentication no longer considered a functional part of Icecast? / Peter Bengtson 2 sep 2006 kl. 11.29 skrev Peter Bengtson: > I can't get URL authentication to work. The notification script is > never called by icecast (v 2.3.1). > > This is the mount point: > > >>
2010 Nov 26
5
simple website hit counter
Googling for this finds me a ton of stuff that doesn't actually do what I'm looking for. I want a simple hit counter cgi script of some kind that will increment a counter on every page load but I want to access the counter from a different page. In other words, I don't want to have a visible hit counter on the webpage itself. I want to have a different webpage that will show me the
2011 Aug 07
2
Trouble getting in icecast Directory
I have been trying to get my station listed in the icecast directory. I would appreciate someone reviewing this to see what is wrong. I've studied the documentation and I think I am doing what is required, but my station is not showing up in the icecast yp directory. I'm using icecast 2.3.2 I have the directory entry in the icecast.xml config file: <directory>