Тема: SAM Broadcaster+icecast2 win32 не могу подключиться к скайкасту
прописываю в конфиге icecast данные для подключения, запускаю, потом запускаю сэм, пишет что не верный пароль хотя все указано правильно (имею ввиду пароль для вещания выданный мне на skycast.ru)
вот так выглядит конфиг айса
<!-- This config file contains a minimal set of configurable parameters, в чем тут может быть ошибка? единственное что я не понял где здесь указывать IP скайкаста может в этом вся
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>50</sources>
</limits>
<authentication>
<source-password>скрыт(тот что на скайкасте)</source-password>
<relay-password>скрыт</relay-password>
<admin-user>скрыт</admin-user>
<admin-password>скрыт</admin-password>
</authentication>
<hostname>skycast.su</hostname>
<listen-socket>
<port>2007</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>