Issue 98 - article "build the ultimate home music system".
This is part 3 , and I have to say it's a great project - I built a couple of Rpi4's from part 1 and 2 of the article series, and works great.
I run into problems with the issue 98 part 3 instructions :
step 02 and step 03 show command line to use starting with command "get"....I think this should be "wget"
get
https://github.com/badaix/
snapcast/releases/download/v0.20.0/
snapclient_0.20.0-1_armhf.deb
sudo dpkg -i snapclient_0.20.0-1_armhf.deb
Also, the commands shown for step 03, to install the snapcast server, are identical to the commands in step 02, installing the snapcast client.
I think for step 03, should be :
wget
https://github.com/badaix/snapcast/rele ... _armhf.deb
Also, further on in step 3, it says the /etc/mopidy/mopidy.conf file should have
[audio]
output = autoaudiosink
However, in the part 1 of the series, contained in issue 96 , step 06 instructs to set
the /etc/mopidy/mopidy.conf file to:
[audio]
output = alsasink
So I'm a bit confused about this [audio] setting...
Continuing on to step 4, setting up the snapcast, I'm not sure what is wrong.
I edited the /etc/mopidy/mopidy.conf file per the instructions in step 03, and followed the step 04 instructions to get the snapcast service "connected"....BUT now the audio playback does not work for Iris. However if I open another tab on the browser, and go to a streaming radio station ( http:/
www.wcrb.org ), the audio stream plays fine there.
???????