port    "6600"
bind_to_address    "127.0.0.1"
volume_normalization  "yes"

music_directory   "/music"
playlist_directory "~mp/playlists"
db_file    "~mp/mpd.db"
log_file   "~mp/mpd.log"
error_file  "~mp/mpd.error"

audio_output {
 type  "shout"
 name  "My Stream"
 host  "localhost"
 port  "8001"
 mount  "/stream.ogg"
 password  "<your password>"
 quality   "5.0"
 format  "44100:16:1"
 user  "source"
}