🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-09-10 12:06:25 -04:00
parent 6ddaf72401
commit f446fbf66b
3 changed files with 19 additions and 2 deletions

View File

@@ -27,4 +27,20 @@ id3v1_encoding "UTF-8"
input {
plugin "curl"
}
# Output #######################################################################
audio_output {
type "httpd"
name "stream"
port "8000"
bitrate "128000"
format "48000:16:1"
always_on "yes"
tags "yes"
max_clients "0"
}
audio_output {
type "null"
name "This server does not need to play music, but it can"
}
###############################################################################