still working on thesemaster
@@ -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 | |||||
} | |||||
@@ -0,0 +1,38 @@ | |||||
[Default] | |||||
hostname="localhost" | |||||
name="Default" | |||||
password="" | |||||
portnumber="6600" | |||||
useauth="0" | |||||
music directory="" | |||||
db update time="12345678901" | |||||
[] | |||||
[Remote] | |||||
hostname="your-server-IP-addr-here" | |||||
name="Remote" | |||||
password="" | |||||
portnumber="8000" | |||||
useauth="0" | |||||
music directory="" | |||||
db update time="12345678901" | |||||
[] | |||||