-
Notifications
You must be signed in to change notification settings - Fork 4
/
icecast.xml
66 lines (54 loc) · 1.68 KB
/
icecast.xml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<icecast>
<limits>
<clients>100</clients>
<sources>2</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>password</source-password>
<relay-password>password</relay-password>
<admin-user>admin</admin-user>
<admin-password>adminpassword</admin-password>
</authentication>
<hostname>localhost</hostname>
<relays-on-demand>1</relays-on-demand>
<relay>
<username>relay</username>
<server>polledliverelay.com</server>
<port>8080</port>
<mount>/live</mount>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
</relay>
<mount>
<username>source</username>
<mount-name>/ao</mount-name>
</mount>
<listen-socket>
<port>8080</port>
<bind-address>66.77.88.99</bind-address>
</listen-socket>
<fileserve>0</fileserve>
<paths>
<basedir>/usr/share/icecast2</basedir>
<logdir>/var/log/icecast2</logdir>
<webroot>/usr/share/icecast2/web</webroot>
<adminroot>/usr/share/icecast2/admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel>
<logsize>10000</logsize>
<logarchive>0</logarchive>
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>