diff options
author | June McEnroe <programble@gmail.com> | 2014-03-29 16:42:38 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2014-03-29 16:42:38 -0400 |
commit | 2fa447ea555d01fc0ba50ff3ce64ff927a1131d1 (patch) | |
tree | 03b03df56594cd9f14832f26cc404fa763008344 | |
parent | Default chruby to newest MRI (diff) | |
download | src-2fa447ea555d01fc0ba50ff3ce64ff927a1131d1.tar.gz src-2fa447ea555d01fc0ba50ff3ce64ff927a1131d1.zip |
Add HQ HTTP stream MPD output
-rw-r--r-- | .mpd/mpd.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.mpd/mpd.conf b/.mpd/mpd.conf index c3cae20f..03bcdcb5 100644 --- a/.mpd/mpd.conf +++ b/.mpd/mpd.conf @@ -266,6 +266,17 @@ audio_output { format "44100:16:1" max_clients "10" # optional 0=no limit } + +audio_output { + type "httpd" + name "My HQ HTTP Stream" + encoder "lame" + port "1376" + bind_to_address "0.0.0.0" + bitrate "192" + format "44100:16:2" + max_clients "1" +} # # An example of a pulseaudio output (streaming to a remote pulseaudio server) # |