Commit f61bb4c8 authored by Alam Arias's avatar Alam Arias Committed by Max Kellermann

update mpdconf.example that shout ouput encoding and protocol settings are optional

parent 78f60c9c
...@@ -112,7 +112,7 @@ error_file "~/.mpd/mpd.error" ...@@ -112,7 +112,7 @@ error_file "~/.mpd/mpd.error"
# #
#audio_output { #audio_output {
# type "shout" # type "shout"
# encoding "ogg" # encoding "ogg" # optional
# name "My Shout Stream" # name "My Shout Stream"
# host "localhost" # host "localhost"
# port "8000" # port "8000"
...@@ -121,7 +121,7 @@ error_file "~/.mpd/mpd.error" ...@@ -121,7 +121,7 @@ error_file "~/.mpd/mpd.error"
# quality "5.0" # quality "5.0"
# bitrate "128" # bitrate "128"
# format "44100:16:1" # format "44100:16:1"
# protocol "icecast2" # protocol "icecast2" # optional
# user "source" # optional # user "source" # optional
# description "My Stream Description" # optional # description "My Stream Description" # optional
# genre "jazz" # optional # genre "jazz" # optional
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment