Commit 3980245d authored by Jeffrey Middleton's avatar Jeffrey Middleton Committed by Max Kellermann

httpd: correct the encoder name in the example mpd.conf

It's called "vorbis", not "ogg".
parent 36dab871
......@@ -203,10 +203,10 @@ log_file "~/.mpd/log"
#audio_output {
# type "httpd"
# name "My HTTP Stream"
# encoder "ogg" # optional
# encoder "vorbis" # optional, vorbis or lame
# port "8000"
# quality "5.0"
# bitrate "128"
# #quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
# format "44100:16:1"
#}
#
......
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