search for: source_connect

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

Did you mean: force_connect
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 secon...
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...
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> &l...
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="de...
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="...
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="de...
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 = st...
2020 Feb 16
0
Wine release 5.2
...ts for MPEG splitter pin connection. qedit/tests: Add some tests for sample grabber pin connection. qcap/tests: Add some more tests for smart tee pin connection. strmbase: Rename the "pFuncsTable" member of struct strmbase_pin to "ops". strmbase: Clean up source_Connect(). strmbase: Access our own media types directly in source_Connect(). strmbase: Simplify CompareMediaTypes(). strmbase: Check if the pin is already connected in source_Connect(). ddraw: Apply the device state before executing a draw call. ddraw: Stop setting the device...
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
...d <= in shlview.c ---------------------------------------------------------------- Changes since 5.8: Akihiro Sagawa (3): po: Update Japanese translation. winegstreamer: Unref the GstCaps object in init_new_decoded_pad(). strmbase: Allow NULL pin_get_media_type() callback in source_Connect(). Alex Henrie (8): ntdll: Implement RtlIpv6StringToAddress(Ex)[AW]. iphlpapi: Implement ParseNetworkString for IPv6 addresses and services. ws2_32/tests: Put WSAStringToAddress tests in tables. ws2_32: Reimplement WSAStringToAddress on top of ntdll functions. ws2_32:...
2020 Feb 28
0
Wine release 5.3
...phData. d3dx9: Implement ID3DXFont_PreloadCharacters. Vijay Kiran Kamuju (1): include: Update fields of SYSTEM_TIMEOFDAY_INFORMATION. Vincent Povirk (1): mscoree: Remove appdomain tracking. Zebediah Figura (95): strmbase: Also match a GUID_NULL formattype as a wildcard in source_Connect(). strmbase: Don't check the subtype when determining if a media type is partial. strmbase: Don't treat GUID_NULL in enumerated types as a wildcard. d3d9: Make shader validator traces less verbose. d3d9: Retrieve transform states from the primary stateblock. d3...
2020 Apr 10
0
Wine release 5.6
...all(). rpcrt4: Bump the maximum accepted NDR version. quartz: Return void from video_window_init(). quartz: Get rid of the "width" and "height" fields of video_window. quartz/filesource: Remove unused callbacks. strmbase: Check the peer direction in source_Connect(). winegstreamer: Check the format GUID, size, and pointer in amt_to_gst_caps(). mountmgr: Determine and store the filesystem type, label, and serial. mountmgr: Return the filesystem type from IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE. mountmgr: Allow querying a Unix device by device...
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-...