|
@@ -7,14 +7,14 @@
|
|
|
|
|
|
<limits>
|
|
|
<clients>100</clients>
|
|
|
- <sources>2</sources>
|
|
|
+ <sources>5</sources>
|
|
|
<threadpool>5</threadpool>
|
|
|
<queue-size>524288</queue-size>
|
|
|
<client-timeout>30</client-timeout>
|
|
|
<header-timeout>15</header-timeout>
|
|
|
<source-timeout>10</source-timeout>
|
|
|
- <!-- If enabled, this will provide a burst of data when a client
|
|
|
- first connects, thereby significantly reducing the startup
|
|
|
+ <!-- If enabled, this will provide a burst of data when a client
|
|
|
+ first connects, thereby significantly reducing the startup
|
|
|
time for listeners that do substantial buffering. However,
|
|
|
it also significantly increases latency between the source
|
|
|
client and listening client. For low-latency setups, you
|
|
@@ -28,13 +28,13 @@
|
|
|
|
|
|
<authentication>
|
|
|
<!-- Sources log in with username 'source' -->
|
|
|
- <source-password>hackme</source-password>
|
|
|
+ <source-password>{{ ICECAST_PASSWORD }}</source-password>
|
|
|
<!-- Relays log in username 'relay' -->
|
|
|
- <relay-password>hackme</relay-password>
|
|
|
+ <relay-password>{{ ICECAST_PASSWORD }}</relay-password>
|
|
|
|
|
|
<!-- Admin logs in with the username given below -->
|
|
|
<admin-user>admin</admin-user>
|
|
|
- <admin-password>hackme</admin-password>
|
|
|
+ <admin-password>{{ ICECAST_PASSWORD }}</admin-password>
|
|
|
</authentication>
|
|
|
|
|
|
<!-- set the mountpoint for a shoutcast source to use, the default if not
|