summary refs log tree commit diff
path: root/.mpd
diff options
context:
space:
mode:
Diffstat (limited to '.mpd')
-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)
 #