volumio is installed on a new Raspberry Pi 4 and its IP address is 192.168.1.46
I’m trying to hear through another computer on the same network
I did:
sudo nano /volumio/app/plugins/music_service/mpd/mpd.conf.tmpl
And I wrote it down at the bottom of the file:
audio_output {
type "httpd"
name "My HTTP Stream"
encoder "vorbis" # optional: vorbis or lame
port "8000"
#quality "5.0" # do not define if bitrate is defined
bitrate "128" # do not define if quality is defined
format "44100: 16: 1"
}
I did a sudo reboot
And I can not log in to 192.168.1.46: 8000 on windows 10 laptop
What am I doing wrong? please help me