12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <?xml version="1.0"?>
- <ices>
-
- <background>0</background>
-
- <logpath>/var/log/ices</logpath>
- <logfile>ices.log</logfile>
-
- <loglevel>4</loglevel>
-
- <consolelog>0</consolelog>
-
-
- <stream>
-
- <metadata>
- <name>Example stream name</name>
- <genre>Example genre</genre>
- <description>A short description of your stream</description>
- <url>http://mysite.org</url>
- </metadata>
-
- <input>
- <module>stdinpcm</module>
- <param name="rate">8000</param>
- <param name="channels">1</param>
-
-
- <param name="metadata">1</param>
- <param name="metadatafilename">test</param>
- </input>
-
- <instance>
-
- <hostname>localhost</hostname>
- <port>8000</port>
- <password>temppass</password>
- <mount>/example.ogg</mount>
- <yp>1</yp>
-
- <encode>
- <quality>0</quality>
- <samplerate>8000</samplerate>
- <channels>1</channels>
- </encode>
-
- <downmix>0</downmix>
-
-
-
- </instance>
- </stream>
- </ices>
|