1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-27 09:18:43 +00:00
dockerfiles/ices/data/ices.xml

35 lines
1.1 KiB
XML
Raw Normal View History

2017-03-05 16:40:01 +00:00
<?xml version="1.0"?>
<ices>
<background>0</background>
<loglevel>4</loglevel>
<consolelog>1</consolelog>
<pidfile>/var/run/ices.pid</pidfile>
<stream>
<metadata>
<name>Example stream name</name>
<genre>Example genre</genre>
<description>A short description of your stream</description>
2021-03-16 03:56:18 +00:00
<url>https://easypi.duckdns.org</url>
2017-03-05 16:40:01 +00:00
</metadata>
<input>
<module>alsa</module>
<param name="rate">44100</param>
<param name="channels">1</param>
<param name="device">hw:1,0</param>
2017-03-23 16:00:41 +00:00
<param name="metadata">1</param>
<param name="metadatafilename">/etc/ices/ices.txt</param>
2017-03-05 16:40:01 +00:00
</input>
<instance>
<hostname>icecast</hostname>
<port>8000</port>
<password>hackme</password>
<mount>/live.ogg</mount>
<encode>
<quality>0</quality>
<samplerate>44100</samplerate>
<channels>1</channels>
</encode>
</instance>
</stream>
</ices>