[Icecast] Another person cannot hear my radio (yet)

Denis Paschoalinoto denis.paschoalinoto at gmail.com
Wed Mar 23 03:23:21 UTC 2005


Hi,

Would you please help me?

My radio is not working for external people. Here you are my "icecast.xml" file:

-x-

<icecast>
    <limits>
        <sources>2</sources>
    </limits>
    <authentication>
        <source-password>xxxxxxxx</source-password> <!-- Sorry, I hide it... -->
        <relay-password>xxxxxxxx</relay-password> <!-- Sorry, I hide it... -->
        <admin-user>admin</admin-user>
        <admin-password>xxxxxxxx</admin-password> <!-- Sorry, I hide it... -->
    </authentication>
    <directory>
        <yp-url-timeout>15</yp-url-timeout>
        <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
    </directory>
    <hostname>201.1.83.111</hostname> 
    <listen-socket>
        <port>8000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
      	<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>

-x-

Oddcast "Encoder password" and <source password> are the same.

Thank you very much for your valuable help!

Denis.



More information about the Icecast mailing list