11-17-2022, 07:22 PM
(11-17-2022, 05:55 PM)Phil35 Wrote: Hi,
I must be stupid ... no success
Yes I selected "SET" on http streaming, see screenshot.
but nothing on port 8000
I found the port 6600 with information on MPD version: "OK MPD 0.23.5".see screenshot
no result for command: lsof -i -n |grep 8000
Last lines of file /etc/mpd.conf seems correct:
--
resampler {
plugin "soxr"
quality "high"
threads "1"
}
audio_output {
type "alsa"
name "ALSA Default"
device "_audioout"
mixer_type "hardware"
mixer_control "Headphone"
mixer_device "hw:1"
mixer_index "0"
dop "no"
stop_dsd_silence "no"
thesycon_dsd_workaround "no"
}
audio_output {
type "alsa"
name "ALSA Bluetooth"
device "_audioout"
mixer_type "software"
}
audio_output {
type "httpd"
name "HTTP Server"
port "8000"
encoder "lame"
bitrate "320"
tags "yes"
always_on "yes"
}
--
I also reboot the raspberry .. something I don't like to do, I prefer understand
I look to some sites as: https://github.com/moode-player/moode/tree/master where twitter link should be replaced
Thank you for your time, I apologize, that seems obvious
Phil35
Works fine on my end.
- On Pi named "moode" turn on the HTTP server
- On another pi create a radio station with url = http://moode:8000
- Start something playing on moode
- Play the radio station on the other pi and the music is what is playing on pi named "moode"
The lsof command is not part of the moode image.