Из базы rpm cтавлю Icecast 2.2.0 и вешаю на него ices2 ... в конфигурации пишу:
<icecast>
<limits>
<clients>100</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>
<source-password>ssdd</source-password>
<relay-password>ssdd</relay-password>
<admin-user>admin</admin-user>
<admin-password>11111</admin-password>
</authentication>
<hostname>Myhost</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<basedir>/usr/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/share/icecast/web</webroot>
<adminroot>/usr/share/icecast/admin</adminroot>
<pidfile>/var/run/icecast/icecast.pid</pidfile>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel>
</logging>
<security>
<chroot>0</chroot>
<changeowner>
<user>linuxoid</user>
<group>linuxoid</group>
</changeowner>
</security>
</icecast>
<!--================================================================================
==-->
После, запускаю под рутом icecast с этим файлом , редактирую ices-playlist.xml
<ices>
<background>0</background>
<logpath>/var/log/ices</logpath>
<logfile>ices.log</logfile>
<loglevel>4</loglevel>
<consolelog>0</consolelog>
<stream>
<metadata>
<name>Example stream name</name>
<genre>Example genre</genre>
<description>A short description of your stream</description>
</metadata>
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">playlist.txt</param>
<param name="random">0</param>
<param name="restart-after-reread">0</param>
<param name="once">0</param>
</input>
<instance>
<hostname>Myhost</hostname>
<port>8000</port>
<password>123</password>
<mount>/ex.ogg</mount>
<reconnectdelay>2</reconnectdelay>
<reconnectattempts>5</reconnectattempts>
<maxqueuelength>80</maxqueuelength>
<encode>
<nominal-bitrate>64000</nominal-bitrate>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
</instance>
</stream>
</ices>
И запускаю ices2 ices-playlist.xml - ошибок нет.
Даю комманду mplayer http://Myhost.lin:8000/ex.ogg.m3u - и ... ничего
Админка пашет, все вроде фурычит, а проигрывать не хочет. Права lдоступа везде проверил, все Ok. По колесам пинал, пепельницу вытряхивал ... непомогает ... может кто знает в чем дело то ... ????