Displaying 20 results from an estimated 176 matches for "client_connections".
2020 Oct 14
0
meaning of global connections and global client_connections in error log
hallo
firstly sorry for posting to wrong thread
i want to ask if somebody could explain meaning of log records below
DBUG stats/modify_node_event update global connections (686)
DBUG stats/modify_node_event update global client_connections (685)
number in parentheeses is increasing in every log line
what is menaing of this number?
because this number goes over 59669
and it seems that after that icecast2 server is not responding anymore
so i tryied to restart it with
systemctl restart icecast2
but with no success
kill -9 is worki...
2019 Dec 22
4
Kicking duplicate connections
Hello fellow mailing list readers,
My question relates to multiple / duplicate connections to the ice cast server from the same IP address.
I am well aware that this is an issue that lies with the music player (listener agent) used by the listener. When a listener connects to the stream, sometimes it appears as two connections to the stream from the same IP address. This may last only a few
2005 Jun 08
2
Installation and Configuration Issues
...er, when I go to the status page
(http://localhost:8000/status.xsl), I get served a page, but there are
no stats on the page. There is also nothing on the mounts page. When I
go to the admin page (http://localhost:8000/admin/), I get some very odd
stats. Every time I refresh the page, the "client_connections" and
"clients" stats increase. However, the "clients" stat stays at 0, as
does everything else.
A "ps -ef" shows that icecast2 is running.
When I initially did a netstat after installing the server, port 8000
was not open. I changed iptables to open this up....
2004 Aug 06
1
problems streaming ogg with ices2 and icecast2
...the unofficial HOWTO at
http://www.6809.org.uk/media/ices2-howto.shtml. So, I've downloaded and
installed libshout2, ices2 and icecast2.
Everything starts up OK and I can get stats by pointing my browser at the
admin page:
<?xml version="1.0" ?>
- <icestats>
<client_connections>5</client_connections>
<connections>8</connections>
<source_connections>3</source_connections>
<sources>0</sources>
- <source mount="/test.ogg">
<audio_info>samplerate=22050;channels=2;bitrate=64</audio_info>
<bit...
2004 Aug 06
3
get status.xml's variable using a php file
...s site, this display is for offline status
echo "server is offline ";
}
<p><p>if($success!=2){ //if connection
fputs($fp,"GET http://$password@$ip:$port/admin/stats.xml"); //get stats.xml
while(!feof($fp)) {
$page .= fgets($fp, 1000);
}
$loop = array("client_connections","source_connections"); //define all the variables to get (delte any ones you don't want)
$y=0; //dummy variable for while loop
while($loop[$y]!=''){ //while there are things in loop
$pageed = ereg_replace(".*<$loop[$y]>", "", $page); // e...
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 page a few minutes after the server was
started and mountpoin...
2020 Mar 27
2
making sense of the stats
...this helps
>
> regards
>
> Robert
>
> On 26/03/20 2:24 pm, webmaster at berean-biblechurch.org wrote:
>
>> 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 page a few minutes after the server was sta...
2004 Aug 06
2
get status.xml's variable using a php file
i don't khow really much about php
i just used the source file from casterclub.com for the shoutcast server and
improvise/adjust it from there for the icecast server.
apparrently i don't know how to authenticate correctly as this is what is
returned as well
$client_connections = HTTP/1.0 401 Authentication Required WWW-Authenticate:
Basic realm="Icecast2 Server" You need to authenticate
fputs($fp,"GET /admin/stats.xsl ");
where do i put the $password and $username in the code above? thx
<p><p>--- >8 ----
List archives: http://www.xi...
2009 Nov 18
1
Move listeners problems
Thanks, Karl! I've checked the log files during a move command but I
couldn't find anything that looked related to the problems. I've
thought of upgrading to 2.3.2 but thought I should ask first if it was
something common - saw that someone mailed about the same problems a
couple of months ago, if I understood it correctly.
/Mathias
2009/11/18 Karl Heyes <karl at xiph.org>:
2018 Aug 24
5
Client auth failed with ""
Hello,
We are using url authentication and getting the item bellow at the log:
[2018-08-24 23:26:05] INFO auth_url/url_add_listener client auth
(http://127.0.0.1:8001/listener/add) failed with ""
I put try/catch and reviewed all my code ensure always return a proper
status and header error code, so what trigger this kind of error?
Regards,
Thiago
--------------
2004 Aug 06
1
Dont play anything!!!
...the open URL feature in winamp and give it
10.1.1.101:8000/playlist.ogg
Then winamp try to connects then winamp opens, and just says Connecting... -
it never actually plays .
When I pont http://10.0.1.1:8000/admin/stats.xml
get this
<?xml version="1.0" ?>
- <icestats>
<client_connections>12</client_connections>
<clients>1</clients>
<connections>13</connections>
<source_connections>1</source_connections>
<sources>1</sources>
- <source mount="/playlist.ogg">
<artist />
<connections>2</...
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
...month. Most of these are
mp3 only.
hope this helps
regards
Robert
On 26/03/20 2:24 pm, webmaster at berean-biblechurch.org wrote:
>
> 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 page a few minutes after the server...
2018 Aug 29
0
Icecast is shutdown / client auth failed with ""
...08-29 11:49:10] DBUG auth/auth_release ...refcount on auth_t
/alphafmsp is now 751
[2018-08-29 11:49:10] INFO auth/auth_new_listener client 3070 failed
[2018-08-29 11:49:10] DBUG fserve/fserv_thread_function fserve handler
exit
[2018-08-29 11:49:10] DBUG stats/modify_node_event update global
client_connections (2719)
[2018-08-29 11:49:10] DBUG stats/modify_node_event update global
client_connections (2720)
[2018-08-29 11:49:10] DBUG stats/modify_node_event update global clients
(1331)
[2018-08-29 11:49:10] DBUG client/client_read_bytes reading from
connection has failed
[2018-08-29 11:49:10] INFO...
2006 May 15
0
ICECAST and IRIX
...for client
[2006-05-15 05:19:56] DBUG source/source_main Client added
[2006-05-15 05:19:56] INFO source/source_main listener count on
/music.ogg now 1
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
connections (3)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
client_connections (2)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node clients (1)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
listeners (1)
[2006-05-15 05:20:50] DBUG client/client_send_bytes Client connection died
[2006-05-15 05:20:50] DBUG source/source_main Client removed
[2...
2006 May 17
0
ICECAST and IRIX
...for client
[2006-05-15 05:19:56] DBUG source/source_main Client added
[2006-05-15 05:19:56] INFO source/source_main listener count on
/music.ogg now 1
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
connections (3)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
client_connections (2)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node clients (1)
[2006-05-15 05:19:56] DBUG stats/modify_node_event update node
listeners (1)
[2006-05-15 05:20:50] DBUG client/client_send_bytes Client connection died
[2006-05-15 05:20:50] DBUG source/source_main Client removed
[2...
2015 Oct 28
2
2.2.19 crash
Hi,
I have one user constantly crashing with:
Core was generated by `dovecot/imap'.
Program terminated with signal 11, Segmentation fault.
#0 0x007e5b7c in mailbox_list_notify_next (notify=0x0,
rec_r=0xbfee8f00) at mailbox-list-notify.c:28
28 return notify->list->v.notify_next(notify, rec_r);
(gdb) bt
#0 0x007e5b7c in mailbox_list_notify_next (notify=0x0,
2018 Sep 18
4
Auth process sometimes stop responding after upgrade
In data marted? 18 settembre 2018 14:07:26 CEST, Aki Tuomi ha scritto:
> If you are using systemd, create
> /etc/systemd/system/dovecot.service.d/limits.conf and put
> [Service]LimitCORE=infinity
>
> and run
> systemctl daemon-reloadsystemctl restart dovecot
Nope, I'm on a debian 7, without systemd. Anyway, I've resolved the issue: I had to set
fs.suid_dumpable BEFORE
2004 Aug 06
2
XML statistics?
The documentation for Icecast2 references a structured XML document
containing statistics, such as the following from the docs:
<?xml version="1.0"?>
<icestats>
<client_connections>13</client_connections>
<connections>14</connections>
<source_connections>1</source_connections>
<sources>1</sources>
<source mount="/test.ogg">
<artist></artist>...
2016 Jan 04
2
[BUG] 2.2.21 Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)
Hi,
I'm seeing the following in my logs. Twice so far, no idea what caused
it. I do however have the core dump if that is of any use.
> Jan 4 11:14:11 karif dovecot[20876]: imap(username): Panic: file imap-client.c: line 841 (client_check_command_hangs): assertion failed: (!have_wait_unfinished || unfinished_count > 0)
> Jan 4 11:14:11 karif dovecot[20876]: imap(username): Error: