adding icecast
This commit is contained in:
27
icecast/icecast.xml.template
Normal file
27
icecast/icecast.xml.template
Normal file
@@ -0,0 +1,27 @@
|
||||
<icecast>
|
||||
<authentication>
|
||||
<source-password>${ICECAST_SOURCE_PASSWORD}</source-password>
|
||||
<relay-password>${ICECAST_RELAY_PASSWORD}</relay-password>
|
||||
<admin-user>${ICECAST_ADMIN_USER}</admin-user>
|
||||
<admin-password>${ICECAST_ADMIN_PASSWORD}</admin-password>
|
||||
</authentication>
|
||||
|
||||
<hostname>${ICECAST_HOST}</hostname>
|
||||
|
||||
<listen-socket>
|
||||
<port>${ICECAST_PORT}</port>
|
||||
</listen-socket>
|
||||
|
||||
<mount>
|
||||
<mount-name>${ICECAST_MOUNT}</mount-name>
|
||||
</mount>
|
||||
|
||||
<limits>
|
||||
<clients>100</clients>
|
||||
<sources>2</sources>
|
||||
</limits>
|
||||
|
||||
<security>
|
||||
<chroot>0</chroot>
|
||||
</security>
|
||||
</icecast>
|
||||
Reference in New Issue
Block a user