<!-- Stream bitrate, used to specify bitrate if reencoding, otherwise just used for display on YP and on the server. Try to keep it accurate --> <Bitrate>128</Bitrate> <!-- If this is set to 1, and ices is compiled with liblame support, ices will reencode the stream on the fly to the stream bitrate. --> <Reencode>0</Reencode> <!-- Number of channels to reencode to, 1 for mono or 2 for stereo --> <!-- Sampe rate to reencode to in Hz. Leave out for LAME's best choice <Samplerate>44100</Samplerate> --> <Channels>2</Channels>
<mount> <mount-name>/live</mount-name> <max-listeners>500</max-listeners> <burst-size>65536</burst-size> <bitrate>128</bitrate> <!-- Вот эта секция и есть описание запасной точки монтирования --> <fallback-mount>/nonstop</fallback-mount> <fallback-override>1</fallback-override> <fallback-when-full>1</fallback-when-full> </mount>
<!-- Эта секция описания основной точки монтирования --> <mount> <mount-name>/live</mount-name> <max-listeners>500</max-listeners> <burst-size>65536</burst-size> <charset>cp1251</charset> <bitrate>128</bitrate> <!-- Вот эта секция и есть описание запасной точки монтирования --> <fallback-mount>/nonstop</fallback-mount> <fallback-override>1</fallback-override> <fallback-when-full>1</fallback-when-full> </mount>