<mount> <mount-name>/stream1</mount-name> <max-listeners>400</max-listeners> <password>******</password> <fallback-mount>/fallback</fallback-mount> <fallback-override>1</fallback-override> <charset>cp1251</charset> </mount>
<ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices"> <Playlist> <File>/home/media/playlist.txt</File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>ices</Module> <Crossfade>5</Crossfade> </Playlist> <Execution> <Background>1</Background> <Verbose>0</Verbose> <BaseDirectory>/tmp</BaseDirectory> </Execution> <Stream> <Server> <Hostname>localhost</Hostname> <Port>8001</Port> <Password>*****</Password> <Protocol>http</Protocol> </Server> <Mountpoint>/nonstop64</Mountpoint> <Name>Radio Mor</Name> <Public>0</Public> <Bitrate>64</Bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> <Mountpoint>/nonstop128</Mountpoint> <Name>Radio Mor</Name> <Public>0</Public> <Bitrate>128</Bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </Stream> </ices:Configuration>
<icecast> <limits> <clients>100</clients> <sources>10</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>******</admin-user> <admin-password>******</admin-password> </authentication> <hostname>localhost</hostname> <listen-socket> <port>8001</port> </listen-socket> <fileserve>1</fileserve> <paths> <basedir>/home/icecast</basedir> <logdir>/home/icecast/logs</logdir> <webroot>/home/icecast/web</webroot> <adminroot>/home/icecast/admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <mount> <mount-name>/64</mount-name> <max-listeners>400</max-listeners> <password>*****</password> <fallback-mount>/nonstop64</fallback-mount> <fallback-override>1</fallback-override> <charset>cp1251</charset> <Public>0</Public> <bitrate>128</bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </mount> <mount> <mount-name>/128</mount-name> <max-listeners>400</max-listeners> <password>*****</password> <fallback-mount>/nonstop128</fallback-mount> <fallback-override>1</fallback-override> <charset>cp1251</charset> <Public>0</Public> <bitrate>128</bitrate> <Reencode>1</Reencode> <Samplerate>44100</Samplerate> <Channels>2</Channels> </mount> <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>