|
|
@@ -0,0 +1,27 @@ |
|
|
|
Server side /etc/mpd.conf: |
|
|
|
|
|
|
|
|
|
|
|
audio_output { |
|
|
|
|
|
|
|
type "httpd" name "My HTTP Stream" |
|
|
|
|
|
|
|
encoder "vorbis" # optional, vorbis or lame |
|
|
|
|
|
|
|
port "8000" # |
|
|
|
|
|
|
|
bind_to_address "your-server-IP-addr-here" # optional, IPv4 or IPv6 |
|
|
|
|
|
|
|
quality "5.0" # do not define if bitrate is d$ |
|
|
|
|
|
|
|
always_on "yes" |
|
|
|
|
|
|
|
tags "yes" |
|
|
|
|
|
|
|
format "44100:16:1" |
|
|
|
|
|
|
|
max_clients "0" # optional 0=no limit |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|