Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

status.xsl frozen, all xsl frozen

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Dev Branches
View previous topic :: View next topic  
Author Message
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Tue May 06, 2008 7:38 am    Post subject: status.xsl frozen, all xsl frozen Reply with quote

It looks that my status.xsl accessed from the server is frozen. Not only status.xsl, all xls are frozen. They refresh, show the data, but doesn't really update the real information. They show the state from about 10 hours ago.

A server restart fixed it, but I lost my audience. Sad
Back to top
View user's profile Send private message
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Sun May 18, 2008 11:42 am    Post subject: Reply with quote

Still in kh34a: after a while, status.xsl reports nothing.
In the webinterface, Admin home shows only Global Server Stats.
List Mountpoints shows them all.
Manage relays is empty
status.xsl shows only 'Support Icecast development at www.icecast.org'
status2.xsl shows only
Quote:
Global,Clients:364,Sources:14,,5,,
MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL


Otherwise the streams are okay, players can connect and audio is streamed. Reload config doesn't help. It's like when the webserver module stopped working...

Connections limit has not been reached. This one has only about 10 player clients and 4 source clients.

Any ideas? Should I send the logs?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sun May 18, 2008 2:04 pm    Post subject: Reply with quote

yeah send the logs, check the versions of libxml2/libxslt as well

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
robertut



Joined: 31 Aug 2007
Posts: 156

PostPosted: Mon May 19, 2008 10:08 am    Post subject: Reply with quote

Alright, have a look at this graph:

Red=total listeners, other colors=per mount listeners

Problem1: between 07 and 08 a sudden drop of all the listeners (mentioned here)
Problem2: just before 09 status.xsl starts reporing the same thing at every quiery. Streams and audio all fine. At half past 10 a restart of the service fixes it, but that drops all the listeners.

The graps is generated with rrdtool and a php script which polls the status of the server by parsing the following 7.xsl every 5 minutes:
Code:
<xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" >
<xsl:output method="text" media-type="text/plain" indent="yes" encoding="iso-8859-3" />
<xsl:template match = "/icestats" >
<pre><xsl:for-each select="source">
.<xsl:value-of select="@mount" />,<xsl:value-of select="listeners" />,<xsl:value-of select="public" />,<xsl:value-of select="listener_peak" />,<xsl:value-of select="max_listeners" />,<xsl:value-of select="slow_listeners" />,<xsl:value-of select="bitrate" />,<xsl:value-of select="title" />
</xsl:for-each>
./MountPoint,Current Listeners,Public,Peak Listeners,Max Listeners,Slow Listeners,Bitrate,Current Title
Total Current Listeners: <xsl:value-of select="listeners" />
</pre>
</xsl:template>
</xsl:stylesheet>
This is just a modded version of status2.xsl, made by me for this script.

libxml2.dll and libxslt.dll have no version information, they are dated both 2008.02.08. Using kh34a, Windows Service version, under Win2003 server.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Dev Branches All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber