This commit is contained in:
Brandon
2019-08-24 07:18:00 -05:00
parent 736834824c
commit c72deee4d5
6 changed files with 44 additions and 46 deletions

View File

@@ -1,25 +1,34 @@
<icecast>
<hostname>icecast.local</hostname>
<location>local</location>
<hostname>localhost</hostname>
<location>docker</location>
<admin>noreply@icecast.local</admin>
<fileserve>1</fileserve>
<limits>
<burst-on-connect>0</burst-on-connect>
<clients>5</clients>
<sources>2</sources>
<queue-size>1280000</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>1</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<listen-socket>
<port>8000</port>
<bind-address>0.0.0.0</bind-address>
</listen-socket>
<http-headers>
<header name="Access-Control-Allow-Origin" value="*" />
</http-headers>
<mount>
<mount-name>/mopidy</mount-name>
<fallback-mount>/silence.mp3</fallback-mount>
@@ -27,11 +36,12 @@
</mount>
<paths>
<basedir>/data/icecast</basedir>
<logdir>/data/icecast/logs</logdir>
<webroot>/data/icecast/web</webroot>
<adminroot>/data/icecast/admin</adminroot>
<alias source="/" destination="/status.xsl"/>
<alias source="/" destination="/mopidy"/>
</paths>
<logging>

View File

@@ -2,12 +2,9 @@
data_dir = /data
config_dir = /data/.config
cache_dir = /data/.cache
max_tracklist_length = 10000
[audio]
mixer = software
mixer_volume = 100
output = lamemp3enc bitrate=320 ! shout2send mount=mopidy ip=0.0.0.0 port=8000 password=hackme
output = lamemp3enc bitrate=320 ! shout2send async=false sync=true mount=mopidy
[file]
media_dirs = /music|Music
@@ -18,17 +15,32 @@ excluded_file_extensions =
.gif
.bmp
.m4a
.itdb
.itl
[m3u]
enabled = false
[stream]
enabled = false
[local]
library = images
media_dir = /music
scan_flush_threshold = 100
excluded_file_extensions =
.jpg
.jpeg
.png
.gif
.bmp
.m4a
.itdb
.itl
[local-images]
library = sqlite
image_dir = /data/.images
[http]
hostname = 0.0.0.0
@@ -37,9 +49,6 @@ hostname = 0.0.0.0
hostname = 0.0.0.0
[iris]
snapcast_enabled = true
snapcast_host = 0.0.0.0
snapcast_port = 1705
country = US
locale = en_US