Skip to content

Commit 324f89d

Browse files
committed
Aggregation master server example
Added an example of a master relay server aggregation
1 parent 4840331 commit 324f89d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

conf/icecast.xml.in

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,20 @@
108108
<!--<master-update-interval>120</master-update-interval>-->
109109
<!--<master-password>hackme</master-password>-->
110110

111+
<!-- Aggregation
112+
useful for aggregating all the mounts of any number of master relays.
113+
-->
114+
115+
<!--
116+
<master>
117+
<server>127.0.0.1</server>
118+
<port>8001</port>
119+
<username>relay</username>
120+
<password>hackme</password>
121+
<on-demand>1</on-demand>
122+
</master>
123+
-->
124+
111125
<!-- Setting this makes all relays on-demand unless overridden, this is
112126
useful for master relays which do not have <relay> definitions here.
113127
The default is 0 -->

0 commit comments

Comments
 (0)