ОсновноеRadiotalkПользовательское
Общие вопросы по интернет радио вещанию
6   •   Посмотреть все темы

Проблемы с icecast fallback

 

13
LexaSuper @LexaSuper
Суть проблемы в том что при подключение к icecast с SAM Broadcaster выкидывает ошибку Disconnected (200)
Суть ошибки что я уже подключен к данному маунту.
Вот конфиг. Выставлено все правильно.
<icecast>

<limits>
<clients>200</clients>
<sources>6</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>

<authentication>
<source-password>********</source-password>
<relay-password>********</relay-password>
<admin-user>LexaSuper</admin-user>
<admin-password>********</admin-password>
</authentication>
<hostname>radio.w-g.by</hostname>

<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>

<mount>
<mount-name>/live</mount-name>
<charset>UTF-8</charset>
<fallback-mount>/play</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
</mount>

<mount>
<mount-name>/play</mount-name>
<charset>UTF-8</charset>
</mount>

<paths>
<logdir>/home/icecast/logs</logdir>
<webroot>/root/icecast-2.3.2/web</webroot>
<adminroot>/root/icecast-2.3.2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>

<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
</logging>

<security>
<chroot>0</chroot>
<changeowner>
<user>icecast</user>
<group>icecast</group>
</changeowner>
</security>

</icecast>


Вот лог:
[2013-09-06 00:17:27] INFO main/main Icecast 2.3.3 server started
[2013-09-06 00:17:27] INFO yp/yp_update_thread YP update thread started
[2013-09-06 00:17:27] WARN source/source_fallback_file unable to open file "/home/icecast/web/play"
[2013-09-06 00:17:27] INFO connection/get_ssl_certificate No SSL capability on any configured ports
[2013-09-06 00:17:31] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
[2013-09-06 00:17:31] INFO source/source_main listener count on /live now 0
[2013-09-06 00:17:31] INFO admin/admin_handle_request Received admin command metadata on mount "/live"
[2013-09-06 00:17:31] INFO util/util_conv_string converting metadata from UTF-8 to UTF-8
[2013-09-06 00:17:31] INFO util/util_conv_string converting metadata from UTF-8 to UTF-8
[2013-09-06 00:17:31] INFO admin/command_metadata Metadata on mountpoint /live changed to "Dj MAXimoff - Sasha Dith & Blue Affair- ß îäíà (Dj MAXimoff Dubstep Remix 2012)"
[2013-09-06 00:17:31] WARN source/source_fallback_file unable to open file "/home/icecast/web/play"
[2013-09-06 00:17:37] INFO source/source_main listener count on /live now 1
[2013-09-06 00:17:43] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
[2013-09-06 00:17:43] WARN connection/source_startup Mountpoint /live in use
[2013-09-06 00:17:47] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
[2013-09-06 00:17:47] WARN connection/source_startup Mountpoint /live in use
[2013-09-06 00:18:02] INFO admin/admin_handle_request Received admin command listclients.xsl on mount "/live"


Помогите разобраться с проблемой.
Если нужны дополнительные файлы пишите выложу

Отредактировано LexaSuper - 06.09.2013
13
LexaSuper @LexaSuper
Помогите плиз, я смотрел мануалы на форуме. Вроде все правильно делал!

91
djsoft @radioboss
[2013-09-06 00:17:47] WARN connection/source_startup Mountpoint /live in use
Похоже к серверу одновременно подключаются 2 источника... Точнее, один уже подключен, а второй обламывается.

13
LexaSuper @LexaSuper
Все проблему решил. Тему можно закрывать