Hello, I've upgraded from 2.3.1 to 2.3.2. I've been used to list all mount points by <xsl:for-each select="source"/> under /icestats. Howver now the /icestats elemets contains only source elemets which have been requested at least once. That means the list (e.g. /stats.xsl under web directory) is empty after server start. I've found out this regresion presents only in stylesheets from web directory. If I copy a stylsheet into admin directory then I get list of all mount points. I'd like note I use on-demand mount points. Is it a bug or a feature? How can I get list of all mount points in Icecast 2.3.2? -- Petr
Petr Pisar wrote:> Hello, > > I've upgraded from 2.3.1 to 2.3.2. I've been used to list all mount > points by <xsl:for-each select="source"/> under /icestats. > > Howver now the /icestats elemets contains only source elemets which have > been requested at least once. That means the list (e.g. /stats.xsl under > web directory) is empty after server start. > > I've found out this regresion presents only in stylesheets from web > directory. If I copy a stylsheet into admin directory then I get list of > all mount points. > > I'd like note I use on-demand mount points. > > Is it a bug or a feature? How can I get list of all mount points in > Icecast 2.3.2?Can you verify whether this is resolved in the trunk code. I did fix a couple of issues from 2.3.2 in this area. Does the mount details appear after the stream has started at least once? karl.
On 2008-11-20, Karl Heyes <karl at xiph.org> wrote:> Petr Pisar wrote: >> Hello, >> >> I've upgraded from 2.3.1 to 2.3.2. I've been used to list all mount >> points by <xsl:for-each select="source"/> under /icestats. >> >> Howver now the /icestats elemets contains only source elemets which have >> been requested at least once. That means the list (e.g. /stats.xsl under >> web directory) is empty after server start. >> >> I've found out this regresion presents only in stylesheets from web >> directory. If I copy a stylsheet into admin directory then I get list of >> all mount points. >> >> I'd like note I use on-demand mount points. >> >> Is it a bug or a feature? How can I get list of all mount points in >> Icecast 2.3.2? > > Can you verify whether this is resolved in the trunk code. I did fix a > couple of issues from 2.3.2 in this area. Does the mount details appear > after the stream has started at least once? >Great. Trunk revision r15462 is not affected. Is it possible (easy) to isolate the fix to patch 2.3.2 or is the trunk code good enoung for reguler usage? -- Petr