mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
61316a25d7
svn path=/trunk/icecast/; revision=1996
36 lines
735 B
XML
36 lines
735 B
XML
<icecast>
|
|
<location>Jack's House</location>
|
|
<admin>jack@icecast.org</admin>
|
|
|
|
<limits>
|
|
<clients>100</clients>
|
|
<sources>2</sources>
|
|
<threadpool>5</threadpool>
|
|
<client-timeout>15</client-timeout>
|
|
</limits>
|
|
|
|
<source-password>hackme</source-password>
|
|
|
|
<directory>
|
|
<touch-freq>5</touch-freq>
|
|
<server>
|
|
<host>yp.icecast.org</host>
|
|
<touch-freq>15</touch-freq>
|
|
</server>
|
|
</directory>
|
|
|
|
<hostname>i.cantcode.com</hostname>
|
|
<port>8000</port>
|
|
<!--<bind-address>127.0.0.1</bind-address>-->
|
|
|
|
<paths>
|
|
<basedir>/usr/local/icecast</basedir>
|
|
<logdir>/tmp</logdir>
|
|
</paths>
|
|
|
|
<logging>
|
|
<accesslog>access.log</accesslog>
|
|
<errorlog>error.log</errorlog>
|
|
</logging>
|
|
</icecast>
|