<mount> <mount-name>/live</mount-name> <password>password</password> <fallback-mount>/nonstop</fallback-mount> <fallback-override>1</fallback-override> </mount> <mount> <mount-name>/nonstop</mount-name> <password>password</password> </mount>
<relay> <server>127.0.0.1</server> <port>8001</port> <mount>/example.ogg</mount> <local-mount>/different.ogg</local-mount> <username>joe</username> <password>soap</password> <relay-shoutcast-metadata>0</relay-shoutcast-metadata> <on-demand>1</on-demand> </relay>
<relay> <server>91.195.211.171</server> <port>8000</port> <mount>/stream/Record.mp3.m3u</mount> <local-mount>/different.ogg</local-mount> <username>?????</username> //какое имя? <password>?????</password> //какой пароль? <relay-shoutcast-metadata>0</relay-shoutcast-metadata> <on-demand>1</on-demand> </relay>
<!-- This config file can be used to configure icecast in shoutcast compatibility mode which will allow you to connect the Shoutcast DSP (or other Nullsoft encoders such as the NSV encoder). Note this is just a minimal config, check the main icecast.xml.dist file for a complete list of possible configuration options --> <icecast> <limits> <sources>2</sources> </limits> <authentication> <source-password>пароль0</source-password> <admin-user>мойник</admin-user> <admin-password>пароль</admin-password> </authentication> <mount> <mount-name>/live</mount-name> <password>пароль1</password> <charset>CP1251</charset> <fallback-mount>/nonstop</fallback-mount> <fallback-override>1</fallback-override> </mount> <mount> <mount-name>/nonstop</mount-name> <password>пароль2</password> <charset>CP1251</charset> </mount> <!-- <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> <!-- each shoutcast source clients require 2 ports, port and port+1 --> <listen-socket> <!-- define the base port that the shoutcast DSP will use --> <port>8000</port> <!-- the following is acts as a switch to not only inform icecast of the mountpoint to use but also that port+1 should be implicitily defined as well. --> <shoutcast-mount>/live</shoutcast-mount> <!-- the following is for setups (eg win32) that do not use large send buffers causing throttling on the link which may be an issue in cases of high latency/bitrate. This can be per-mount as well <so-sndbuf>16386</so-sndbuf> --> </listen-socket> <fileserve>1</fileserve> <paths> <logdir>./logs</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" dest="/index.html"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> </logging> <security> <chroot>0</chroot> </security> </icecast>
<password>пароль</password>
<source-password>пароль</source-password>