httpd: correct the encoder name in the example mpd.conf
It's called "vorbis", not "ogg".
This commit is contained in:

committed by
Max Kellermann

parent
36dab871f1
commit
3980245d1d
@@ -203,10 +203,10 @@ log_file "~/.mpd/log"
|
|||||||
#audio_output {
|
#audio_output {
|
||||||
# type "httpd"
|
# type "httpd"
|
||||||
# name "My HTTP Stream"
|
# name "My HTTP Stream"
|
||||||
# encoder "ogg" # optional
|
# encoder "vorbis" # optional, vorbis or lame
|
||||||
# port "8000"
|
# port "8000"
|
||||||
# quality "5.0"
|
# #quality "5.0" # do not define if bitrate is defined
|
||||||
# bitrate "128"
|
# bitrate "128" # do not define if quality is defined
|
||||||
# format "44100:16:1"
|
# format "44100:16:1"
|
||||||
#}
|
#}
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user