[icecast] Update Metadata Failed

jigen jigen at autistici.org
Wed Jan 21 13:47:49 UTC 2004



On Wed, 2004-01-21 at 13:50, Karl Heyes wrote:
> this is because it's an ogg stream, the mechanism above is the way to
> insert song title updates for mp3.  Either insert New+Metadata at ices
> (won't work when using a playlist) or use my icecast -kh22 from
> www.xiph.org/~karl which has the URL code for it in.
> 
> karl.
I've tried with an mp3 stream with icecast-2.0.0 and it is the same.
I've also tried with mp3 and ogg on icecast-2.0-kh22 and nothing.

Maybe something wrong in server's configuration..

<p>        jigen

        
this is my icecast.xml:

<icecast>
    <limits>
        <clients>50</clients>
        <sources>10</sources>
        <threadpool>5</threadpool>
        <queue-size>102400</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
    </limits>

    <authentication>
        <!-- Sources log in with username 'source' -->
        <source-password>pwd</source-password>
        <!-- Relays log in username 'relay' -->
        <relay-password>lemon</relay-password>

        <!-- Admin logs in with the username given below -->
        <admin-user>admin</admin-user>
        <admin-password>otherpwd</admin-password>
    </authentication>

    <hostname>stream.domain.net</hostname>

    <!-- You may have multiple <listener> elements -->
    <listen-socket>
        <port>8008</port>
        <!-- <bind-address>127.0.0.1</bind-address> -->
    </listen-socket>

        <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
    </relay>
    -->

    <fileserve>1</fileserve>

    <paths>
        <basedir>/home/kriegs/icecast2</basedir>

        <!-- Note that if <chroot> is turned on below, these paths must
both
             be relative to the new root, not the original root -->
        <logdir>/home/kriegs/icecast2/log</logdir>
        <webroot>/home/kriegs/icecast2/www</webroot>
        <adminroot>/home/kriegs/icecast2/admin</adminroot>
        <!-- <pidfile>/home/kriegs/icecast2/icecast2.pid</pidfile> -->
        </paths>       
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
        <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>

    <security>
        <chroot>0</chroot>
        <!--
        <changeowner>
            <user>nobody</user>
            <group>nogroup</group>
        </changeowner>
        -->
    </security>
</icecast>

<p><p>
-- 
jigen <jigen at autistici.org>
MeTA~LAbS

--- >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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.




More information about the Icecast mailing list