1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

might as well add these to the samples configs

svn path=/icecast/trunk/icecast/; revision=9421
This commit is contained in:
Karl Heyes 2005-06-09 15:44:38 +00:00
parent 52787eeeaa
commit e0da4c90a9

View File

@ -67,12 +67,19 @@
<!--<master-server-port>8001</master-server-port>--> <!--<master-server-port>8001</master-server-port>-->
<!--<master-update-interval>120</master-update-interval>--> <!--<master-update-interval>120</master-update-interval>-->
<!--<master-password>hackme</master-password>--> <!--<master-password>hackme</master-password>-->
<!-- setting this makes all relays on-demand unless overridden, this is
useful for master relays which do not have <relay> definitions here.
The default is 0 -->
<!--<relays-on-demand>1</relays-on-demand>-->
<!-- <!--
<relay> <relay>
<server>127.0.0.1</server> <server>127.0.0.1</server>
<port>8001</port> <port>8001</port>
<mount>/example.ogg</mount> <mount>/example.ogg</mount>
<local-mount>/different.ogg</local-mount> <local-mount>/different.ogg</local-mount>
<on-demand>0</on-demand>
<relay-shoutcast-metadata>0</relay-shoutcast-metadata> <relay-shoutcast-metadata>0</relay-shoutcast-metadata>
</relay> </relay>
@ -91,6 +98,7 @@
<burst-size>65536</burst-size> <burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount> <fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override> <fallback-override>1</fallback-override>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden> <hidden>1</hidden>
<no-yp>1</no-yp> <no-yp>1</no-yp>
<authentication type="htpasswd"> <authentication type="htpasswd">