diff options
author | June McEnroe <june@causal.agency> | 2014-03-29 16:42:38 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2014-03-29 16:42:38 -0400 |
commit | ac5d032257dae1d492955a6f60db5508d3664728 (patch) | |
tree | 9c3b0c9188df466357e48e859cc14a68ea68c564 | |
parent | Default chruby to newest MRI (diff) | |
download | src-ac5d032257dae1d492955a6f60db5508d3664728.tar.gz src-ac5d032257dae1d492955a6f60db5508d3664728.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) # |