Flask + React web UI with audio player, podcast queue, feed management, episode browser, music library, schedule viewer, and log tail. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
59 lines
1.6 KiB
XML
59 lines
1.6 KiB
XML
<icecast>
|
|
<location>Local</location>
|
|
<admin>admin@localhost</admin>
|
|
|
|
<limits>
|
|
<clients>5</clients>
|
|
<sources>2</sources>
|
|
<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>localradio_source</source-password>
|
|
<relay-password>localradio_relay</relay-password>
|
|
<admin-user>admin</admin-user>
|
|
<admin-password>localradio_admin</admin-password>
|
|
</authentication>
|
|
|
|
<hostname>localhost</hostname>
|
|
|
|
<listen-socket>
|
|
<port>8000</port>
|
|
<bind-address>127.0.0.1</bind-address>
|
|
</listen-socket>
|
|
|
|
<mount>
|
|
<mount-name>/stream</mount-name>
|
|
<fallback-mount>/fallback</fallback-mount>
|
|
<fallback-override>1</fallback-override>
|
|
<hidden>0</hidden>
|
|
<public>0</public>
|
|
</mount>
|
|
|
|
<fileserve>1</fileserve>
|
|
|
|
<paths>
|
|
<basedir>/usr/share/icecast2</basedir>
|
|
<logdir>/opt/localradio/logs</logdir>
|
|
<webroot>/usr/share/icecast2/web</webroot>
|
|
<adminroot>/usr/share/icecast2/admin</adminroot>
|
|
<alias source="/" destination="/status.xsl"/>
|
|
</paths>
|
|
|
|
<logging>
|
|
<accesslog>icecast_access.log</accesslog>
|
|
<errorlog>icecast_error.log</errorlog>
|
|
<loglevel>3</loglevel>
|
|
<logsize>10000</logsize>
|
|
</logging>
|
|
|
|
<security>
|
|
<chroot>0</chroot>
|
|
</security>
|
|
</icecast>
|