mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
47 lines
1.2 KiB
XML
47 lines
1.2 KiB
XML
<icecast>
|
|
<limits>
|
|
<clients>100</clients>
|
|
<sources>2</sources>
|
|
<threadpool>5</threadpool>
|
|
<queue-size>524288</queue-size>
|
|
<client-timeout>30</client-timeout>
|
|
<header-timeout>15</header-timeout>
|
|
<source-timeout>10</source-timeout>
|
|
<burst-on-connect>1</burst-on-connect>
|
|
<burst-size>65535</burst-size>
|
|
</limits>
|
|
|
|
<authentication>
|
|
<source-password>ezstream</source-password>
|
|
<relay-password>ezstream</relay-password>
|
|
<admin-user>admin</admin-user>
|
|
<admin-password>ezstream</admin-password>
|
|
</authentication>
|
|
|
|
<hostname>127.0.0.1</hostname>
|
|
|
|
<listen-socket>
|
|
<port>34533</port>
|
|
<bind-address>127.0.0.1</bind-address>
|
|
</listen-socket>
|
|
|
|
<mount>
|
|
<mount-name>/usertest.ogg</mount-name>
|
|
<username>ezstream</username>
|
|
<password>test</password>
|
|
</mount>
|
|
|
|
<fileserve>1</fileserve>
|
|
|
|
<paths>
|
|
<logdir>/tmp</logdir>
|
|
<!-- <webroot>/usr/share/icecast2/web</webroot> -->
|
|
<!-- <adminroot>/usr/share/icecast2/admin</adminroot> -->
|
|
<!-- <pidfile>/usr/share/icecast2/icecast.pid</pidfile> -->
|
|
</paths>
|
|
|
|
<security>
|
|
<chroot>0</chroot>
|
|
</security>
|
|
</icecast>
|