More changes.

This commit is contained in:
2014-08-28 17:46:16 +02:00
parent 00c8fe6f61
commit c4003382ab
3 changed files with 17 additions and 14 deletions

View File

@@ -264,17 +264,17 @@ follow_inside_symlinks "yes"
#
# An example of a httpd output (built-in HTTP streaming server):
#
audio_output {
type "httpd"
name "mpd http stream"
encoder "lame" # optional, vorbis or lame
port "8000"
# bind_to_address "localhost" # optional, IPv4 or IPv6
quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
format "44100:16:1"
max_clients "0" # optional 0=no limit
}
#audio_output {
# type "httpd"
# name "mpd http stream"
# encoder "lame" # optional, vorbis or lame
# port "8000"
## bind_to_address "localhost" # optional, IPv4 or IPv6
# quality "5.0" # do not define if bitrate is defined
## bitrate "128" # do not define if quality is defined
# format "44100:16:1"
# max_clients "0" # optional 0=no limit
#}
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#