Le M3U fonctionne mieux, le player est moins gangé tout comme la config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-04 15:29:10 +02:00
parent 42bd4abdee
commit ef6ee2e3c6
4 changed files with 25 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
<icecast>
<location>Earth</location>
<admin>icemaster@localhost</admin>
<admin>icemaster@{{ hostname }}</admin>
<limits>
<clients>100</clients>
@@ -21,13 +21,14 @@
<hostname>{{ hostname }}</hostname>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
<header name="X-Robots-Tag" value="index, noarchive" />
</http-headers>
<listen-socket>
<port>{{ port }}</port>
</listen-socket>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
<mount type="normal">
<mount-name>/radio-bullshit</mount-name>
@@ -36,18 +37,9 @@
<password>{{ source_password }}</password>
<max-listeners>{{ max_listeners }}</max-listeners>
<dump-file>/tmp/dump-example1.ogg</dump-file>
<burst-size>65536</burst-size>
<fallback-mount>/example2.ogg</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<intro>/example_intro.ogg</intro>
<hidden>1</hidden>
<public>1</public>
<http-headers>
<header name="Access-Control-Allow-Origin" value="http://webplayer.example.org" />
<header name="baz" value="quux" />
</http-headers>
</mount>
<fileserve>1</fileserve>