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

Проблемы с icecast fallback

 

13
LexaSuper @LexaSuper
Суть проблемы в том что при подключение к icecast с SAM Broadcaster выкидывает ошибку Disconnected (200)
Суть ошибки что я уже подключен к данному маунту.
Вот конфиг. Выставлено все правильно.
  1. <icecast>
  2. <limits>
  3. <clients>200</clients>
  4. <sources>6</sources>
  5. <threadpool>5</threadpool>
  6. <queue-size>524288</queue-size>
  7. <client-timeout>30</client-timeout>
  8. <header-timeout>15</header-timeout>
  9. <source-timeout>10</source-timeout>
  10. <burst-on-connect>1</burst-on-connect>
  11. <burst-size>65535</burst-size>
  12. </limits>
  13. <authentication>
  14. <source-password>********</source-password>
  15. <relay-password>********</relay-password>
  16. <admin-user>LexaSuper</admin-user>
  17. <admin-password>********</admin-password>
  18. </authentication>
  19. <hostname>radio.w-g.by</hostname>
  20. <listen-socket>
  21. <port>8000</port>
  22. </listen-socket>
  23. <fileserve>1</fileserve>
  24. <mount>
  25. <mount-name>/live</mount-name>
  26. <charset>UTF-8</charset>
  27. <fallback-mount>/play</fallback-mount>
  28. <fallback-override>1</fallback-override>
  29. <fallback-when-full>1</fallback-when-full>
  30. </mount>
  31. <mount>
  32. <mount-name>/play</mount-name>
  33. <charset>UTF-8</charset>
  34. </mount>
  35. <paths>
  36. <logdir>/home/icecast/logs</logdir>
  37. <webroot>/root/icecast-2.3.2/web</webroot>
  38. <adminroot>/root/icecast-2.3.2/admin</adminroot>
  39. <alias source="/" dest="/status.xsl"/>
  40. </paths>
  41. <logging>
  42. <accesslog>access.log</accesslog>
  43. <errorlog>error.log</errorlog>
  44. <loglevel>3</loglevel>
  45. <logsize>10000</logsize>
  46. </logging>
  47. <security>
  48. <chroot>0</chroot>
  49. <changeowner>
  50. <user>icecast</user>
  51. <group>icecast</group>
  52. </changeowner>
  53. </security>
  54. </icecast>


Вот лог:
  1. [2013-09-06 00:17:27] INFO main/main Icecast 2.3.3 server started
  2. [2013-09-06 00:17:27] INFO yp/yp_update_thread YP update thread started
  3. [2013-09-06 00:17:27] WARN source/source_fallback_file unable to open file "/home/icecast/web/play"
  4. [2013-09-06 00:17:27] INFO connection/get_ssl_certificate No SSL capability on any configured ports
  5. [2013-09-06 00:17:31] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
  6. [2013-09-06 00:17:31] INFO source/source_main listener count on /live now 0
  7. [2013-09-06 00:17:31] INFO admin/admin_handle_request Received admin command metadata on mount "/live"
  8. [2013-09-06 00:17:31] INFO util/util_conv_string converting metadata from UTF-8 to UTF-8
  9. [2013-09-06 00:17:31] INFO util/util_conv_string converting metadata from UTF-8 to UTF-8
  10. [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)"
  11. [2013-09-06 00:17:31] WARN source/source_fallback_file unable to open file "/home/icecast/web/play"
  12. [2013-09-06 00:17:37] INFO source/source_main listener count on /live now 1
  13. [2013-09-06 00:17:43] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
  14. [2013-09-06 00:17:43] WARN connection/source_startup Mountpoint /live in use
  15. [2013-09-06 00:17:47] INFO connection/_handle_source_request Source logging in at mountpoint "/live"
  16. [2013-09-06 00:17:47] WARN connection/source_startup Mountpoint /live in use
  17. [2013-09-06 00:18:02] INFO admin/admin_handle_request Received admin command listclients.xsl on mount "/live"


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

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

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

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

0