-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathradio.xml.template
More file actions
37 lines (33 loc) · 1.05 KB
/
radio.xml.template
File metadata and controls
37 lines (33 loc) · 1.05 KB
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
<ices>
<!-- GENERIC -->
<background>1</background>
<pidfile>/var/run/icecast2/resist.pid</pidfile>
<!-- LOGGING -->
<logpath>/var/log/icecast2</logpath>
<logfile>resist.log</logfile>
<logsize>2048</logsize>
<loglevel>4</loglevel>
<consolelog>0</consolelog>
<!-- STREAM -->
<stream>
<metadata>
<name>Resist.Network Radio</name>
<genre>Various</genre>
<description>Live Radio Feed in Game, Discord and on the Web. Want to play a game?</description>
<url>https://resist.network</url>
</metadata>
<input>
<param name="type">basic</param>
<param name="file">/storage/listen.m3u</param>
<param name="random">0</param>
<param name="once">1</param>
<param name="restart-after-reread">1</param>
</input>
<instance>
<hostname>localhost</hostname>
<port>8000</port>
<password>RADIO_PASSWORD</password>
<mount>/listen.mp3</mount>
</instance>
</stream>
</ices>