Im relaying shoutcast stream...
---
<relay>
<server>xxx.xxx.xxx.xxx</server>
<port>xxxx</port>
<mount>/</mount>
<local-mount>/xxx</local-mount>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>
---
also im using status.xsl and admin/stats.xsl to get data for my www.
But "current song" xml data from http://url:port/status.xsl for
shoutcast relay always showing "-"
Relay from icecast server is displayed without problems, showing current title.
How I can display current song title on www?
I have checked status.xsl, i founded there code for stream title<xsl:value-of
select="name" / ,
genre <xsl:value-of select="genre" / , stream description
<xsl:value-of select="description" / and url <xsl:value-of
select="url" /
But I have never saw this info on http://url:port/status.xsl, they are not
displayed even my stream is sending this infos.
Why?
What is ful list of working xsl variables?
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
'icecast-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.
Hi: tatus.xsl is generated using admin/sstats.xml, so anything that's in there can be used in status.xsl. Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Sunday 18 April 2004 07:15, Alicja Wernar wrote:> Im relaying shoutcast stream... > > --- > <relay> > <server>xxx.xxx.xxx.xxx</server> > <port>xxxx</port> > <mount>/</mount> > <local-mount>/xxx</local-mount> > <relay-shoutcast-metadata>1</relay-shoutcast-metadata> > </relay> > --- > > also im using status.xsl and admin/stats.xsl to get data for my www. > > But "current song" xml data from http://url:port/status.xsl for shoutcast > relay always showing "-" Relay from icecast server is displayed without > problems, showing current title. How I can display current song title on > www?This is probably a bug: we presumably need to set these metadata variables in the stats core (which is what the xml/xsl output uses) when they're set on the stream. Could you file a full bug report (at http://bugs.xiph.org/)? Mike --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.