search for: source_connections

Displaying 15 results from an estimated 15 matches for "source_connections".

2004 Aug 06
1
Admin Stats Source / Source_Connections value off!
All: Another thing I've always noticed is that the sources & source_connections stats become incorrect if the sources connect at the ''exact same time'' ?? The reason I say this is the OddCast encoders as I've mentioned in previous postings acting in a Chain, have the same "reconnect" timer (of '2 seconds' on modern hi/lo, '4 seconds...
2004 Aug 06
1
problems streaming ogg with ices2 and icecast2
...nd 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> <bitrate>64</bitrate> <channels>2</channels> <public>0</public> &...
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 select="name" />, --end do those extra commas mean anything? it seems like they are superflous and jus...
2004 Aug 06
1
Dont play anything!!!
...necting... - 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</connections> <listeners>1</listeners> <title /> <type>Ogg Vorbis</type> </source> </i...
2004 Aug 06
2
XML statistics?
...tation 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> <audio_info>ice-samplerate=32000;ice-bitrate=Quality -1;ice-channels=1</audio_info> &...
2015 Dec 06
1
Listener statistics on a fallback stream
..."yes" encoding="UTF-8" /> <xsl:template match = "/icestats" >MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL 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 select="name" />,<xsl:value-of select="listeners" />,<xsl:value-of select="descri...
2005 Apr 17
0
Listener count in stream title
...00000000 -0700 @@ -3,7 +3,7 @@ <xsl:template match = "/icestats" > <pre> MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL -Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_connections" />,,<xsl:value-of select="listeners" />,, +Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_total_connections" />,,<xsl:value-of select="clients" />,, <xsl:for-each select="sour...
2018 Mar 12
0
IceCast Listenter Count Stat - BASH or php?
..."yes" encoding="UTF-8" /> <xsl:template match = "/icestats" >MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL 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 select="name" />,<xsl:value-of select="listeners" />,<xsl:value-of select="descri...
2004 Aug 06
3
get status.xml's variable using a php file
...line 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); // extract data $phpname = strtol...
2020 Feb 16
0
Wine release 5.2
The Wine development release 5.2 is now available. What's new in this release (see below for details): - More compatible codepage mapping tables. - Support for using the null display driver as a real driver. - Better UTF-8 support in the Resource and Message Compilers. - Fixes for using ucrtbase as C runtime. - Various bug fixes. The source is available from the following
2015 Dec 06
4
Listener statistics on a fallback stream
Hello, I've come across a small problem and I'm not sure it's a bug or a misconfiguration in icecast, so I thought I'd ask here. The situation: we have an automated radio station that is fed from a dedicated virtual machine with SAM broadcaster. I set up a stream with a fallback mount; SAM connects to the fallback. Now, whenever the DJ wants to broadcast live all he has to do is
2020 May 22
0
Wine release 5.9
The Wine development release 5.9 is now available. What's new in this release (see below for details): - Major progress on the WineD3D Vulkan backend. - Initial support for splitting dlls into PE and Unix parts. - Support for generating PDB files when building PE dlls. - Timestamp updates in the Kernel User Shared Data. - Various bug fixes. The source is available from the
2020 Feb 28
0
Wine release 5.3
The Wine development release 5.3 is now available. What's new in this release (see below for details): - More work towards Ucrtbase runtime support. - Full support for Unicode normalization. - Improvements in Shell Folders handling. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.3.tar.xz
2020 Apr 10
0
Wine release 5.6
The Wine development release 5.6 is now available. What's new in this release (see below for details): - Still more Media Foundation work. - Improvements to Active Directory LDAP support. - A few more modules converted to PE. - Improvements to gdb proxy mode. - Various bug fixes. The source is available from the following locations:
2004 Aug 06
2
improved error.log output --diff
...return ret; @@ -606,11 +606,11 @@ client = client_create(con, parser); - INFO1("Source logging in at mountpoint \"%s\"", uri); + INFO1("Source logging in at mountpoint \"%s\", %s", uri, client->con->ip); stats_event_inc(NULL, "source_connections"); if (!connection_check_source_pass(parser, uri)) { - INFO1("Source (%s) attempted to login with invalid or missing password", uri); + INFO1("Source (%s) attempted to login with invalid or missing password, %s", uri, client->con->...