ОсновноеRadiotalkПользовательское
Технологии вещания, софт, скрипты
7   •   Посмотреть все темы

Проблема с ices!

 

24
bems @bems
**********
**********

Там пока всякая хрень из 90-ых идёт, загрузчиком понакидали туда всякого мусора)

0
6245
Тарас @tarasian666
хм... странно... надо подумать
покажите может весь конфиг..

Отредактировано tarasian666 - 27.01.2010
0
24
bems @bems
<icecast>
<limits>
<clients>100</clients> <!-- Кол-во клиентов -->
<sources>4</sources> <!-- Кол-во источников, то есть максимальное кол-во максимальное кол-во потоков -->
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<!-- If enabled, this will provide a burst of data when a client
first connects, thereby significantly reducing the startup
time for listeners that do substantial buffering. However,
it also significantly increases latency between the source
client and listening client. For low-latency setups, you
might want to disable this. Эта опция значительно сокращает
время первого подключения клиентов, но требует качественного
подключения, в пративном случае, опцию лучше отключить -->
<burst-on-connect>1</burst-on-connect>
<!-- same as burst-on-connect, but this allows for being more
specific on how much to burst. Most people won't need to
change from the default 64k. Applies to all mountpoints -->
<burst-size>65535</burst-size>
</limits>

<authentication>
<!-- Sources log in with username 'source' -->
<source-password>******</source-password>
<!-- Relays log in username 'relay' -->
<relay-password>******</relay-password>

<!-- Admin logs in with the username given below -->
<admin-user>bems</admin-user>
<admin-password>******</admin-password>
</authentication>

<!-- set the mountpoint for a shoutcast source to use, the default if not
specified is /stream but you can change it here if an alternative is
wanted or an extension is required
<shoutcast-mount>/vid</shoutcast-mount>
-->

<!-- Uncomment this if you want directory listings -->
<!--
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
-->

<!-- This is the hostname other people will use to connect to your server.
It affects mainly the urls generated by Icecast for playlists and yp
listings. -->
<hostname>localhost</hostname>

<!-- You may have multiple <listener> elements -->
<listen-socket>
<port>8000</port>
<!-- <bind-address>127.0.0.1</bind-address> -->
<!-- <shoutcast-mount>/stream</shoutcast-mount> -->
</listen-socket>
<!--
<listen-socket>
<port>8001</port>
</listen-socket>
-->

<!--<master-server>127.0.0.1</master-server>-->
<!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>******</master-password>-->

<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->

<!--
<relay>
<server>127.0.0.1</server>
<port>8001</port>
<mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>

<relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay>
-->

<!-- Only define a <mount> section if you want to use advanced options,
like alternative usernames or passwords

<mount>
<mount-name>/vid</mount-name>
<max-listeners>100</max-listeners>
<fallback-mount>/nonstop</fallback-mount>
<fallback-override>1</fallback-override>
<intro>/example_intro.ogg</intro>
<fallback-when-full>1</fallback-when-full>
</mount>

-->

<fileserve>1</fileserve>


<paths>
<basedir>/usr/local/share/icecast</basedir>
<logdir>/var/log/icecast</logdir>
<webroot>/usr/local/share/icecast/web</webroot>
<adminroot>/usr/local/share/icecast/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>


<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<!-- <playlistlog>playlist.log</playlistlog> -->
<loglevel>2</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
<logsize>10000</logsize> <!-- Max size of a logfile -->
<!-- If logarchive is enabled (1), then when logsize is reached
the logfile will be moved to [error|access|playlist].log.DATESTAMP,
otherwise it will be moved to [error|access|playlist].log.old.
Default is non-archive mode (i.e. overwrite)
-->
<!-- <logarchive>1</logarchive> -->
</logging>


<security>
<chroot>0</chroot>
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
</security>

</icecast>

0
6245
Тарас @tarasian666
попробуйте добавить маунт nonstop

0
24
bems @bems
Куда именно?

0
6245
Тарас @tarasian666
в конфиг

0
24
bems @bems
Ну ясен песнь, в какую именно часть то?) Ух, лучше не могли бы вы мне дать сразу готовый код для нуба?)

0
6245
Тарас @tarasian666
где вы там части увидали?
перечтайте еще пару раз мануал и все поймете

Отредактировано tarasian666 - 29.01.2010
0
24
bems @bems
  1. <mount>
  2. <mount-name>/vid</mount-name>
  3. <mount-name>/nonstop</mount-name>
  4. <max-listeners>100</max-listeners>
  5. <fallback-mount>/nonstop</fallback-mount>
  6. <fallback-override>1</fallback-override>
  7. <intro>/example_intro.ogg</intro>
  8. <fallback-when-full>1</fallback-when-full>
  9. </mount>

Так чтоль? Ну не работает, хоть убейся!

0
6245
Тарас @tarasian666
НЕ ТАК!!!
убейся

Отредактировано tarasian666 - 03.02.2010
0
24
bems @bems
Всё, заработало. Но всё таки можно было по нормальному помочь, без фраерских замашек.

0
6245
Тарас @tarasian666
как видите нормально не помогло
мануал читать не хотят
уже заметил, пока не рявкнеш не дойдет

Отредактировано tarasian666 - 03.02.2010
0
24
bems @bems
И снова я со своими вопросами. На этот раз стояла задача установить пару icecast2-ises0 уже не на FreeBSD, а на Linux Debian. С айскастом вообще никаких проблем, выполнил команду по мануалу
  1. apt-get install icecast2

Всё мгновенно установилось, настроил конфиг и всё полетело. А вот ices0 таким образом установить не удалось. Пришлось закачивать архив, искать сраные библиотеки, короче еле-еле кое-как в конце концов установился, настроил конфиг, создал плэйлист, запускаю:
  1. shaber:~# ices -c '/usr/local/etc/ices.conf'
  2. Into the land of the dreaded daemons we go... (pid: 11852)

Я так понимаю этот Into the land of the dreaded daemons we go... должен обозначать успешный запуск, да? Только вот никаких признаков жизни ices не подаёт :/ Где я облажался?

0
6245
Тарас @tarasian666
смотреть лог

0
24
bems @bems
Да в том и проблема что в конфиге ices0 вообще путей для лога нет, вот весь конфиг:

  1. <?xml version="1.0"?>
  2. <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices">
  3. <Playlist>
  4. <File>playlist.txt</File>
  5. <Randomize>1</Randomize>
  6. <Type>builtin</Type>
  7. <Module>ices</Module>
  8. </Playlist>
  9. <Execution>
  10. <Background>1</Background>
  11. <Verbose>0</Verbose>
  12. <BaseDirectory>/tmp</BaseDirectory>
  13. </Execution>
  14. <Stream>
  15. <Server>
  16. <Hostname>localhost</Hostname>
  17. <Port>8000</Port>
  18. <Password>******</Password>
  19. <Protocol>http</Protocol>
  20. </Server>
  21. <Mountpoint>/test</Mountpoint>
  22. <Name>Default stream</Name>
  23. <Genre>Default genre</Genre>
  24. <Description>Default description</Description>
  25. <URL>http://localhost:8000/test</URL>
  26. <Public>0</Public>
  27. <Bitrate>64</Bitrate>
  28. <Reencode>1</Reencode>
  29. <Samplerate>44100</Samplerate>
  30. <Channels>1</Channels>
  31. </Stream>
  32. </ices:Configuration>

0
6245
Тарас @tarasian666
bems пишет:

<BaseDirectory>/tmp</BaseDirectory>

0
24
bems @bems
О, спасибо, оказалось опять по глупости к плэйлисту надо было абсолютный путь, но всё таки странно, вчера я путь нормально прописывал, тоже не шло. Капризная штука, однако.
А для остановки код не подскажите? А то в мануалах нашёл либо для freebsd, либо для ices2, который через apt-get устанавливался, не подходит.

0
6245
Тарас @tarasian666
killall -9 ices

0
24
bems @bems
Премного благодарен!

0
11
AndreyDPro84 @AndreyDPro84
  1. Logfile opened
  2. Playing /usr/home/icecast/music/Broken Eye - I Want You.mp3
  3. Error during send: Mount failed on ********** error: Couldn't connect
  4. Error during send: Mount failed on ********** error: Couldn't connect
  5. Error during send: Mount failed on ********** error: Couldn't connect
  6. Error during send: Mount failed on ********** error: Couldn't connect
  7. Error during send: Mount failed on ********** error: Couldn't connect
  8. Error during send: Mount failed on ********** error: Couldn't connect
  9. Error during send: Mount failed on ********** error: Couldn't connect
  10. Error during send: Mount failed on ********** error: Couldn't connect
  11. Error during send: Mount failed on ********** error: Couldn't connect
  12. Error during send: Mount failed on ********** error: Couldn't connect
  13. Error during send: Mount failed on ********** error: Couldn't connect
  14. Too many stream errors, giving up
  15. Ices Exiting...

  1. [2010-04-11 23:48:37] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  2. [2010-04-11 23:48:38] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  3. [2010-04-11 23:48:38] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  4. [2010-04-11 23:48:39] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  5. [2010-04-11 23:48:39] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  6. [2010-04-11 23:48:40] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  7. [2010-04-11 23:48:40] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  8. [2010-04-11 23:48:42] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  9. [2010-04-11 23:48:42] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  10. [2010-04-11 23:48:43] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  11. [2010-04-11 23:48:43] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  12. [2010-04-11 23:48:44] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  13. [2010-04-11 23:48:44] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password
  14. [2010-04-11 23:48:45] INFO connection/_handle_source_request Source logging in at mountpoint "/test"
  15. [2010-04-11 23:48:45] INFO connection/_handle_source_request Source (/test) attempted to login with invalid or missing password

  1. <icecast>
  2. <limits>
  3. <clients>100</clients>
  4. <sources>2</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. <!-- If enabled, this will provide a burst of data when a client
  11. first connects, thereby significantly reducing the startup
  12. time for listeners that do substantial buffering. However,
  13. it also significantly increases latency between the source
  14. client and listening client. For low-latency setups, you
  15. might want to disable this. -->
  16. <burst-on-connect>1</burst-on-connect>
  17. <!-- same as burst-on-connect, but this allows for being more
  18. specific on how much to burst. Most people won't need to
  19. change from the default 64k. Applies to all mountpoints -->
  20. <burst-size>65535</burst-size>
  21. </limits>
  22. <authentication>
  23. <!-- Sources log in with username 'source' -->
  24. <source-password>[color=orange]******[/color]</source-password>
  25. <!-- Relays log in username 'relay' -->
  26. <relay-password>[color=orange]*******[/color]</relay-password>
  27. <!-- Admin logs in with the username given below -->
  28. <admin-user>admin</admin-user>
  29. <admin-password>[color=orange]********[/color]</admin-password>
  30. </authentication>
  31. <!-- set the mountpoint for a shoutcast source to use, the default if not
  32. specified is /stream but you can change it here if an alternative is
  33. wanted or an extension is required
  34. <shoutcast-mount>/live.nsv</shoutcast-mount>
  35. -->
  36. <!-- Uncomment this if you want directory listings -->
  37. <!--
  38. <directory>
  39. <yp-url-timeout>15</yp-url-timeout>
  40. <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
  41. </directory>
  42. -->
  43. <!-- This is the hostname other people will use to connect to your server.
  44. It affects mainly the urls generated by Icecast for playlists and yp
  45. listings. -->
  46. <hostname>localhost</hostname>
  47. <!-- You may have multiple <listener> elements -->
  48. <listen-socket>
  49. <port>8000</port>
  50. <bind-address>192.168.1.7</bind-address>
  51. </listen-socket>
  52. <!-- <listen-socket>
  53. <port>8001</port>
  54. </listen-socket> -->
  55. <!-- <master-server>127.0.0.1</master-server>
  56. <master-server-port>8001</master-server-port>
  57. <master-update-interval>120</master-update-interval>
  58. <master-password>hackme</master-password> -->
  59. <!-- setting this makes all relays on-demand unless overridden, this is
  60. useful for master relays which do not have <relay> definitions here.
  61. The default is 0 -->
  62. <!--<relays-on-demand>1</relays-on-demand>-->
  63. <relay>
  64. <server>87.117.193.142</server>
  65. <port>9268</port>
  66. <mount>/</mount>
  67. <local-mount>/krisisdnb.mp3</local-mount>
  68. <on-demand>1</on-demand>
  69. <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
  70. </relay>
  71. <!-- Only define a <mount> section if you want to use advanced options,
  72. like alternative usernames or passwords
  73. <mount>
  74. <mount-name>/example-complex.ogg</mount-name>
  75. <username>othersource</username>
  76. <password>hackmemore</password>
  77. <max-listeners>1</max-listeners>
  78. <dump-file>/tmp/dump-example1.ogg</dump-file>
  79. <burst-size>65536</burst-size>
  80. <fallback-mount>/example2.ogg</fallback-mount>
  81. <fallback-override>1</fallback-override>
  82. <fallback-when-full>1</fallback-when-full>
  83. <intro>/example_intro.ogg</intro>
  84. <hidden>1</hidden>
  85. <no-yp>1</no-yp>
  86. <authentication type="htpasswd">
  87. <option name="filename" value="myauth"/>
  88. <option name="allow_duplicate_users" value="0"/>
  89. </authentication>
  90. <on-connect>/home/icecast/bin/stream-start</on-connect>
  91. <on-disconnect>/home/icecast/bin/stream-stop</on-disconnect>
  92. </mount>
  93. <mount>
  94. <mount-name>/auth_example.ogg</mount-name>
  95. <authentication type="url">
  96. <option name="mount_add" value="http://myauthserver.net/notify_mount.php"/>
  97. <option name="mount_remove" value="http://myauthserver.net/notify_mount.php"/>
  98. <option name="listener_add" value="http://myauthserver.net/notify_listener.php"/>
  99. <option name="listener_remove" value="http://myauthserver.net/notify_listener.php"/>
  100. </authentication>
  101. </mount>
  102. -->
  103. <fileserve>1</fileserve>
  104. <paths>
  105. <!-- basedir is only used if chroot is enabled -->
  106. <basedir>/usr/local/share/icecast</basedir>
  107. <!-- Note that if <chroot> is turned on below, these paths must both
  108. be relative to the new root, not the original root -->
  109. <logdir>/usr/local/var/log/icecast</logdir>
  110. <webroot>/usr/local/share/icecast/web</webroot>
  111. <adminroot>/usr/local/share/icecast/admin</adminroot>
  112. <!-- <pidfile>/usr/local/share/icecast/icecast.pid</pidfile> -->
  113. <!-- Aliases: treat requests for 'source' path as being for 'dest' path
  114. May be made specific to a port or bound address using the "port"
  115. and "bind-address" attributes.
  116. -->
  117. <!--
  118. <alias source="/foo" dest="/bar"/>
  119. -->
  120. <!-- Aliases: can also be used for simple redirections as well,
  121. this example will redirect all requests for ********** to
  122. the status page
  123. -->
  124. <alias source="/" dest="/status.xsl"/>
  125. </paths>
  126. <logging>
  127. <accesslog>access.log</accesslog>
  128. <errorlog>error.log</errorlog>
  129. <!-- <playlistlog>playlist.log</playlistlog> -->
  130. <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
  131. <logsize>10000</logsize> <!-- Max size of a logfile -->
  132. <!-- If logarchive is enabled (1), then when logsize is reached
  133. the logfile will be moved to [error|access|playlist].log.DATESTAMP,
  134. otherwise it will be moved to [error|access|playlist].log.old.
  135. Default is non-archive mode (i.e. overwrite)
  136. -->
  137. <!-- <logarchive>1</logarchive> -->
  138. </logging>
  139. <security>
  140. <chroot>0</chroot>
  141. <changeowner>
  142. <user>icecast</user>
  143. <group>icecast</group>
  144. </changeowner>
  145. </security>
  146. </icecast>

  1. <?xml version="1.0"?>
  2. <ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices">
  3. <Playlist>
  4. <!-- This is the filename used as a playlist when using the builtin
  5. playlist handler. -->
  6. <File>playlist.txt</File>
  7. <!-- Set this to 0 if you don't want to randomize your playlist, and to
  8. 1 if you do. -->
  9. <Randomize>1</Randomize>
  10. <!-- One of builtin, perl, or python. -->
  11. <Type>builtin</Type>
  12. <!-- Module name to pass to the playlist handler if using perl or python.
  13. If you use the builtin playlist handler then this is ignored -->
  14. <Module>ices</Module>
  15. <!-- Set this to the number of seconds to crossfade between tracks.
  16. Leave out or set to zero to disable crossfading (the default).
  17. <Crossfade>5</Crossfade>
  18. -->
  19. </Playlist>
  20. <Execution>
  21. <!-- Set this to 1 if you want ices to launch in the background as a
  22. daemon -->
  23. <Background>1</Background>
  24. <!-- Set this to 1 if you want to see more verbose output from ices -->
  25. <Verbose>0</Verbose>
  26. <!-- This directory specifies where ices should put the logfile, cue file
  27. and pid file (if daemonizing). Don't use /tmp if you have l33t h4x0rz
  28. on your server. -->
  29. <BaseDirectory>/tmp</BaseDirectory>
  30. </Execution>
  31. <Stream>
  32. <Server>
  33. <!-- Hostname or ip of the icecast server you want to connect to -->
  34. <Hostname>localhost</Hostname>
  35. <!-- Port of the same -->
  36. <Port>8000</Port>
  37. <!-- Encoder password on the icecast server -->
  38. <Password>******</Password>
  39. <!-- Header protocol to use when communicating with the server.
  40. Shoutcast servers need "icy", icecast 1.x needs "xaudiocast", and
  41. icecast 2.x needs "http". -->
  42. <Protocol>http</Protocol>
  43. </Server>
  44. <!-- The name of the mountpoint on the icecast server -->
  45. <Mountpoint>/test</Mountpoint>
  46. <!-- The name of the dumpfile on the server for your stream. DO NOT set
  47. this unless you know what you're doing.
  48. <Dumpfile>ices.dump</Dumpfile>
  49. -->
  50. <!-- The name of you stream, not the name of the song! -->
  51. <Name>Default stream</Name>
  52. <!-- Genre of your stream, be it rock or pop or whatever -->
  53. <Genre>Default genre</Genre>
  54. <!-- Longer description of your stream -->
  55. <Description>Default description</Description>
  56. <!-- URL to a page describing your stream -->
  57. <URL>http://localhost:8000/test</URL>
  58. <!-- 0 if you don't want the icecast server to publish your stream on
  59. the yp server, 1 if you do -->
  60. <Public>0</Public>
  61. <!-- Stream bitrate, used to specify bitrate if reencoding, otherwise
  62. just used for display on YP and on the server. Try to keep it
  63. accurate -->
  64. <Bitrate>128</Bitrate>
  65. <!-- If this is set to 1, and ices is compiled with liblame support,
  66. ices will reencode the stream on the fly to the stream bitrate. -->
  67. <Reencode>1</Reencode>
  68. <!-- Number of channels to reencode to, 1 for mono or 2 for stereo -->
  69. <!-- Sampe rate to reencode to in Hz. Leave out for LAME's best choice
  70. <Samplerate>44100</Samplerate>
  71. -->
  72. <Channels>2</Channels>
  73. </Stream>
  74. </ices:Configuration>

0