Skip to content

Commit c9b006a

Browse files
committed
Update: Use <uri> in <relay> examples
1 parent 9e49f08 commit c9b006a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

conf/icecast.xml.in

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,7 @@
119119
<on-demand>false</on-demand>
120120

121121
<upstream type="normal">
122-
<server>127.0.0.1</server>
123-
<port>8080</port>
124-
<mount>/example.ogg</mount>
122+
<uri>http://localhost:8080/example.ogg</uri>
125123
<relay-shoutcast-metadata>false</relay-shoutcast-metadata>
126124
</upstream>
127125
</relay>
@@ -249,9 +247,7 @@
249247
<mount-name>/relay_example.ogg</mount-name>
250248
<relay>
251249
<upstream type="normal">
252-
<server>master0.example.org</server>
253-
<port>8000</port>
254-
<mount>/example.ogg</mount>
250+
<uri>http://master0.example.org:8000/example.ogg</uri>
255251
</upstream>
256252
</relay>
257253
</mount>

0 commit comments

Comments
 (0)