l 2 radio: update stream metadata

This commit is contained in:
lassulus 2016-06-22 19:26:07 +02:00
parent 926d3d453f
commit 4717377e06

View File

@ -62,7 +62,7 @@ in {
audio_output { audio_output {
type "shout" type "shout"
encoding "ogg" encoding "ogg"
name "my cool stream" name "the_playlist"
host "localhost" host "localhost"
port "8000" port "8000"
mount "/radio.ogg" mount "/radio.ogg"
@ -79,7 +79,7 @@ in {
# Optional Parameters # Optional Parameters
user "source" user "source"
# description "here is my long description" # description "here is my long description"
# genre "jazz" genre "good music"
} # end of audio_output } # end of audio_output
''; '';