[Icecast] Re: Can't Connect to icecast using winamp as a listener

Roger Shields roger.shields
Wed Jul 21 12:39:10 UTC 2004


here's my icecast.xml

<icecast>
<limits>
<clients>10</clients>
<sources>2</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>hackme</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>hackme</relay-password>

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


<hostname>localhost</hostname>


<!-- You may have multiple <listener> elements -->

<listen-socket>
<port>8000</port>
<bind-address>127.0.0.1</bind-address>
</listen-socket>


<fileserve>1</fileserve>


<paths>
<logdir>/usr/share/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<pidfile>/usr/share/icecast/icecast.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>service</user>
<group>users</group>
</changeowner>

</security>
</icecast>


and the command i start icecast with is:

/usr/bin/icecast -b -c /etc/icecast2/icecast.xml

and then i start muse with this command for my stream sources

/usr/bin/muse -o -C /shares/music/playlist.m3u -e mp3 -s
localhost:8000 -m example1 -l ice2 -p hackme


More information about the Icecast mailing list