Add default icecast config.
parent
06a4bbd152
commit
1fb6e42d95
|
@ -0,0 +1,52 @@
|
|||
<icecast>
|
||||
<limits>
|
||||
<clients>300</clients>
|
||||
<sources>100</sources>
|
||||
<queue-size>524288</queue-size>
|
||||
<client-timeout>30</client-timeout>
|
||||
<header-timeout>15</header-timeout>
|
||||
<source-timeout>10</source-timeout>
|
||||
<burst-size>65535</burst-size>
|
||||
</limits>
|
||||
|
||||
<authentication>
|
||||
<source-password>source</source-password>
|
||||
<relay-password>relay</relay-password>
|
||||
<admin-user>admin</admin-user>
|
||||
<admin-password>admin</admin-password>
|
||||
</authentication>
|
||||
|
||||
<hostname>bitsea</hostname>
|
||||
<location>DE</location>
|
||||
<admin>admin@localhost</admin>
|
||||
|
||||
<listen-socket>
|
||||
<port>61120</port>
|
||||
</listen-socket>
|
||||
|
||||
<paths>
|
||||
<basedir>/icecast/share</basedir>
|
||||
<logdir>/dev</logdir>
|
||||
<webroot>/icecast/share/web</webroot>
|
||||
<adminroot>/icecast/share/admin</adminroot>
|
||||
<alias source="/" dest="/status.xsl"/>
|
||||
<alias source="/admin/" dest="/admin/stats.xsl"/>
|
||||
</paths>
|
||||
|
||||
<logging>
|
||||
<accesslog>null</accesslog>
|
||||
<errorlog>null</errorlog>
|
||||
<playlistlog>null</playlistlog>
|
||||
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
|
||||
<logsize>10000</logsize>
|
||||
<logarchive>0</logarchive>
|
||||
</logging>
|
||||
|
||||
<security>
|
||||
<changeowner>
|
||||
<user>icecast</user>
|
||||
<group>icecast</group>
|
||||
</changeowner>
|
||||
</security>
|
||||
|
||||
</icecast>
|
Loading…
Reference in New Issue