summary refs log tree commit diff
path: root/.mpd/mpd.conf
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2014-03-29 16:42:38 -0400
committerJune McEnroe <june@causal.agency>2014-03-29 16:42:38 -0400
commitac5d032257dae1d492955a6f60db5508d3664728 (patch)
tree9c3b0c9188df466357e48e859cc14a68ea68c564 /.mpd/mpd.conf
parentDefault chruby to newest MRI (diff)
downloadsrc-ac5d032257dae1d492955a6f60db5508d3664728.tar.gz
src-ac5d032257dae1d492955a6f60db5508d3664728.zip
Add HQ HTTP stream MPD output
Diffstat (limited to '')
-rw-r--r--.mpd/mpd.conf11
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)
 #