We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4840331 commit 324f89dCopy full SHA for 324f89d
conf/icecast.xml.in
@@ -108,6 +108,20 @@
108
<!--<master-update-interval>120</master-update-interval>-->
109
<!--<master-password>hackme</master-password>-->
110
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
125
<!-- Setting this makes all relays on-demand unless overridden, this is
126
useful for master relays which do not have <relay> definitions here.
127
The default is 0 -->
0 commit comments