summarylogtreecommitdiffstats
path: root/example.xml
diff options
context:
space:
mode:
authorAlphaJack2022-02-23 13:30:04 +0100
committerAlphaJack2022-02-23 13:30:04 +0100
commitfd3ca008e8d49bd569ee692843f606446f2df344 (patch)
tree1dce8c41e2cdc4c4814b409e1172af6158c5e0b3 /example.xml
parent7970c25559a22599239dc9252b88eef2cdb2c139 (diff)
downloadaur-fd3ca008e8d49bd569ee692843f606446f2df344.tar.gz
Added dedicated user, unit and example configuration
Diffstat (limited to 'example.xml')
-rw-r--r--example.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/example.xml b/example.xml
new file mode 100644
index 000000000000..90c84e0449aa
--- /dev/null
+++ b/example.xml
@@ -0,0 +1,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>