Displaying 20 results from an estimated 176 matches for "client_connect".
Did you mean:
client_connected
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 w...
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...
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>
<...
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);...
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 mount...
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...
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://ww...
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 se...
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] I...
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 remove...
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 remove...
2015 Oct 28
2
2.2.19 crash
...cb0299 in io_loop_handler_run_internal (ioloop=0x883d4a0) at
ioloop-epoll.c:193
#13 0x00caea8b in io_loop_handler_run (ioloop=0x883d4a0) at ioloop.c:607
#14 0x00caee08 in io_loop_run (ioloop=0x883d4a0) at ioloop.c:583
#15 0x00c4216d in master_service_run (service=0x883d3d0,
callback=0x806a700 <client_connected>) at master-service.c:640
#16 0x0806af22 in main (argc=Cannot access memory at address 0x0
(gdb) f 6
#6 0x08069db2 in cmd_sync_continue (sync_cmd=0x8856008) at imap-sync.c:658
658 if ((ret = imap_sync_more(ctx)) == 0)
Best Regards,
Toni Mattila
2018 Sep 18
4
Auth process sometimes stop responding after upgrade
...oop at entry=0x82bd648) at
ioloop-epoll.c:223
#10 0xb7661496 in io_loop_handler_run (ioloop=ioloop at entry=0x82bd648) at ioloop.c:649
#11 0xb7661658 in io_loop_run (ioloop=0x82bd648) at ioloop.c:624
#12 0xb75da45e in master_service_run (service=0x82bd578,
callback=callback at entry=0x804d360 <client_connected>) at master-service.c:719
#13 0x0804cf5e in main (argc=1, argv=0x82bd300) at main.c:366
*Simone Lazzaris*
*Qcom S.p.A.*
simone.lazzaris at qcom.it[1] | www.qcom.it[2]
* LinkedIn[3]* | *Facebook*[4]
[5]
--------
[1] mailto:simone.lazzaris at qcom.it
[2] https://www.qcom.it
[3] https:/...
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)
...al (ioloop=0x232c740) at ioloop-epoll.c:220
> #10 0x00007f6f99fc3caa in io_loop_handler_run (ioloop=0x232c740) at ioloop.c:607
> #11 0x00007f6f99fc3bf6 in io_loop_run (ioloop=0x232c740) at ioloop.c:583
> #12 0x00007f6f99f317af in master_service_run (service=0x232c5e0, callback=0x430a35 <client_connected>) at master-service.c:640
> #13 0x0000000000430da2 in main (argc=1, argv=0x232c390) at main.c:442
Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: OpenPGP digital signature
URL:...