💾 Archived View for thrig.me › tech › openbsd › icecast.xml captured on 2024-07-09 at 03:35:06.

View Raw

More Information

⬅️ Previous capture (2023-09-28)

-=-=-=-=-=-=-

<?xml version="1.0"?>
<icecast>
  <location>Earth</location>
  <admin>icemaster@localhost</admin>
  <limits>
    <clients>10</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>0</burst-on-connect>
    <burst-size>65535</burst-size>
  </limits>
  <authentication>
    <source-password>TODOFIXME</source-password>
    <relay-password>TODOFIXME</relay-password>
    <admin-user>admin</admin-user>
    <admin-password>TODOFIXME</admin-password>
  </authentication>
  <shoutcast-mount>/openmic</shoutcast-mount>
  <hostname>localhost</hostname>
  <listen-socket>
    <port>8010</port>
    <bind-address>127.0.0.1</bind-address>
    <shoutcast-mount>/anonradio</shoutcast-mount>
  </listen-socket>
  <http-headers>
    <header name="Access-Control-Allow-Origin" value="*"/>
  </http-headers>
  <mount type="default">
    <public>1</public>
  </mount>
  <mount type="normal">
    <mount-name>/openmic</mount-name>
    <username>openmic</username>
    <password>TODOFIXME</password>
    <public>1</public>
  </mount>
  <mount type="normal">
    <mount-name>/anonradio</mount-name>
    <public>1</public>
  </mount>
  <fileserve>1</fileserve>
  <paths>
    <basedir>/var/icecast</basedir>
    <logdir>/log</logdir>
    <webroot>/web</webroot>
    <adminroot>/admin</adminroot>
    <alias source="/" destination="/status.xsl"/>
  </paths>
  <logging>
    <accesslog>access.log</accesslog>
    <errorlog>error.log</errorlog>
    <loglevel>3</loglevel>
    <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    <logsize>10000</logsize>
    <!-- Max size of a logfile -->
  </logging>
  <security>
    <chroot>1</chroot>
    <changeowner>
      <user>_icecast</user>
      <group>_icecast</group>
    </changeowner>
  </security>
</icecast>