From ac5d032257dae1d492955a6f60db5508d3664728 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 29 Mar 2014 16:42:38 -0400 Subject: Add HQ HTTP stream MPD output --- .mpd/mpd.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.mpd/mpd.conf') 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) # -- cgit 1.4.1