search for: stats_connections

Displaying 11 results from an estimated 11 matches for "stats_connections".

2020 Mar 26
2
making sense of the stats
...nnections 17 listeners 5 source_client_connections 1 source_relay_connections 0 source_total_connections 1 sources 1 stats 0 stats_connections 0 Mountpoint /live.mp3 listener_peak 6 listeners 5 max_listeners unlimited After more people started to connect, the admin #s got even more whacky. Then, I have the max clients set to 25, yet...
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 27
2
making sense of the stats
...>> >> listeners >> 5 >> >> source_client_connections >> 1 >> >> source_relay_connections >> 0 >> >> source_total_connections >> 1 >> >> sources >> 1 >> >> stats >> 0 >> >> stats_connections >> 0 >> >> Mountpoint /live.mp3 >> listener_peak >> 6 >> >> listeners >> 5 >> >> max_listeners >> unlimited >> >> After more people started to connect, the admin #s got even more whacky. >> >> Then, I h...
2008 May 29
0
regarding ices
...ending server status page > > > Global Server Stats > > client_connections 99 > clients 0 > connections 100 > server Icecast 2.2.0 > source_client_connections 1 > source_relay_connections 0 > source_total_connections 1 > sources 0 > stats 0 > stats_connections 0 > > > > > > no mount point displayed there > That is correct. Answers for that see in my last message. In addition you are using an outdated version of icecast. Consider upgrading to at least version 2.3.1 if that package is available from your distribution. Thomas
2020 Mar 26
0
making sense of the stats
...     source_client_connections >             1 > >             source_relay_connections >             0 > >             source_total_connections >             1 > >             sources >             1 > >             stats >             0 > >             stats_connections >             0 > >      Mountpoint /live.mp3 >               listener_peak >               6 > >               listeners >               5 > >               max_listeners >               unlimited > > After more people started to connect, the admin #s got eve...
2011 Aug 07
2
Trouble getting in icecast Directory
...connections 5231 file_connections 259 host airprogressive.org listener_connections 3160 listeners 6 location Earth server_id Icecast 2.3.2 server_start Wed, 27 Jul 2011 20:06:05 -0400 source_client_connections 31 source_relay_connections 0 source_total_connections 31 sources 1 stats 0 stats_connections 0 Mount Point /stream audio_info bitrate=32 bitrate 32 genre News/Progressive Talk listener_peak 11 listeners 6 listenurl http://airprogressive.org:8000/stream max_listeners 300 public 1 server_description News/Progressive Talk Radio server_name Air Progressive server_type...
2016 Feb 16
2
listener stats
...s2.stationplaylist.com listener_connections 249 listeners 0 location Earth outgoing_kbitrate 2 server_id Icecast 2.4.0-kh3 server_start 04/Feb/2016:06:21:38 +0100 source_client_connections 33 source_relay_connections 0 source_total_connections 33 sources 0 stats 0 stats_connections 0 stream_kbytes_read 3186897 stream_kbytes_sent 2283074 http://s2.stationplaylist.com:9290/images/corner_bottomleft.jpg 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 Carro...
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
2004 Aug 06
2
No source buffering
On Friday 20 February 2004 12:10, Ricardo Galli wrote: > > wants to send such a patch, we're happy to integrate them. I don't > > remember the DoS bug - that might be a real problem. It could be that a > > It started out with this: > > http://www.xiph.org/archives/icecast-dev/0366.html > > and I found the problem and sent the patch: > >
2008 May 28
6
regarding ices
Dear all, i am unable to configure ices2 propery, while running it is showing mount fail error. Thanks and reagrds -- Neeraj Suriyal 09718307773 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20080528/8e6f8261/attachment.htm
2004 Aug 06
2
improved error.log output --diff
...tpoint is already used", uri); + INFO1("Source tried to log in as %s, but mountpoint is already used, %s", uri, client->con->ip); client_send_404(client, "Mountpoint in use"); return; } @@ -641,7 +641,7 @@ stats_event_inc(NULL, "stats_connections"); if (!connection_check_admin_pass(parser)) { - ERROR0("Bad password for stats connection"); + ERROR0("Bad password for stats connection, %s", con->ip); connection_close(con); httpp_destroy(parser); return;...