03-03-2019, 06:27 PM
Hi,
I want to stream from moode 4.4+ to another RasPi (with current raspbian), but
sudo netstat -ltpn
found out, that on moode port 8000 is not shown as open.
I did the following changes to /etc/mpd.conf:
bind_to_address "any"
audio_output {
type "httpd"
name "My HTTP Stream"
encoder "lame"
port "8000"
bitrate "128"
format "44100:16:1"
always_on "yes"
tags "yes"
}
and restarted mpd, but it doesn't work.
Of course the access from raspbian-mpd to moode doesn't work, too.
Did I miss something ?
Regards, Klaus
I want to stream from moode 4.4+ to another RasPi (with current raspbian), but
sudo netstat -ltpn
found out, that on moode port 8000 is not shown as open.
I did the following changes to /etc/mpd.conf:
bind_to_address "any"
audio_output {
type "httpd"
name "My HTTP Stream"
encoder "lame"
port "8000"
bitrate "128"
format "44100:16:1"
always_on "yes"
tags "yes"
}
and restarted mpd, but it doesn't work.
Of course the access from raspbian-mpd to moode doesn't work, too.
Did I miss something ?
Regards, Klaus