пишет tarasian666:
именно
можете показать свой конфиг - поправим )
вот пожалуйста!
<!-- This config file contains a minimal set of configurable
parameters,
and mostly just contains the things you need to change. We
created
this for those who got scared away from the rather large and
heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>60</sources>
</limits>
<authentication>
<source-password>*******</source-password>
<relay-password>*******</relay-password>
<admin-user>admin</admin-user>
<admin-password>******</admin-password>
</authentication>
<hostname>localhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>2</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>