summarylogtreecommitdiffstats
path: root/example.xml
blob: 90c84e0449aa43c19e762626c1defbdd190e480d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<ices:Configuration xmlns:ices="http://www.icecast.org/projects/ices">
 <Execution>
  <Background>0</Background>
  <Verbose>0</Verbose>
  <BaseDirectory>/tmp/ices0/example</BaseDirectory>
  <CueFile>0</CueFile>
 </Execution>

 <Playlist>
  <File>/path/to/playlist.txt</File>
  <Randomize>1</Randomize>
  <Type>builtin</Type>
  <Module>ices</Module>
  <CrossMix>0</CrossMix>
  <Crossfade>2</Crossfade>
  <MinCrossfade>30</MinCrossfade>
 </Playlist>

 <Stream>
  <Server>
   <Hostname>127.0.0.1</Hostname>
   <Port>4040</Port>
   <Username>source</Username>
   <Password>XXXXXX</Password>
   <Protocol>http</Protocol>
  </Server>
  <Mountpoint>/example</Mountpoint>
  <Name>Example</Name>
  <Genre>Example</Genre>
  <Description>Example</Description>
  <URL>https://example.org/radio/example</URL>
  <Public>0</Public>
  <Bitrate>320</Bitrate>
  <Reencode>0</Reencode>
  <Samplerate>44100</Samplerate>
  <Channels>2</Channels>
 </Stream>
</ices:Configuration>