Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <icecast>
- <location>Servidor local</location>
- <admin>[email protected]</admin>
- <limits>
- <clients>100</clients>
- <sources>2</sources>
- <queue-size>524288</queue-size>
- <client-timeout>30</client-timeout>
- <header-timeout>15</header-timeout>
- <source-timeout>10</source-timeout>
- </limits>
- <authentication>
- <source-password>hackme</source-password>
- <relay-password>hackme</relay-password>
- <admin-user>admin</admin-user>
- <admin-password>hackme</admin-password>
- </authentication>
- <hostname>localhost</hostname>
- <listen-socket>
- <port>8000</port>
- </listen-socket>
- <fileserve>1</fileserve>
- <paths>
- <basedir>/usr/local/share/icecast</basedir>
- <logdir>/usr/local/var/log/icecast</logdir>
- <webroot>/usr/local/share/icecast/web</webroot>
- <adminroot>/usr/local/share/icecast/admin</adminroot>
- <pidfile>/usr/local/var/run/icecast/icecast.pid</pidfile>
- <alias source="/" dest="/status.xsl"/>
- </paths>
- <logging>
- <accesslog>access.log</accesslog>
- <errorlog>error.log</errorlog>
- <loglevel>3</loglevel> <!-- 1=error, 2=warn, 3=info, 4=debug -->
- </logging>
- <security>
- <chroot>0</chroot>
- </security>
- </icecast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement