Тема: Ретрансляция Radio Jazz в Томскую сеть, без использования плеера
Всем привет!
Задача такая: нужно ретранслировать Radio Jazz в ТоНет.
Что имеем: Сервер на WinXP, без возможности оставлять включённым плеер, например, Винамп. Сервер потока Радио Джаз. http://s05.radio-tochka.com:6050/listen.pls (SHOUTcast).
Решение: прописывал вот это: (даю сразу весь конфиг)
<!-- 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>7</sources>
</limits>
<authentication>
<source-password>мой-пароль</source-password>
<relay-password>мой-пароль</relay-password>
<admin-user>мой-профиль</admin-user>
<admin-password>мой-пароль</admin-password>
</authentication>
<hostname>localhost</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>
<relay>
<server>s05.radio-tochka.com</server>
<port>6050</port>
<mount>/listen.pls</mount>
<local-mount>/radiojazztomsk</local-mount>
<on-demand>0</on-demand>
</relay>
</icecast>
Не заработало
Я уж не знаю, в чём може6т быть проблема...
Прошу помочь.