一、Install Modipy (Ubuntu) Udoo X86 use Ubuntu 17.04 (Zesty Zapus) apt update apt install mopidy mopidy-spotify 二、Install Snapcast (Ubuntu) Download From: https://github.com/badaix/snapcast/releases/latest Get snapserver_0.11.1_amd64.deb wget https://github.com/badaix/snapcast/releases/download/v0.11.1/snapserver_0.11.1_amd64.deb dpkg -i snapserver_0.11.1_amd64.deb 三、Edit Mopidy Config file sudo vi /etc/mopidy/mopidy.conf Add This [spotify] username = spotify premium account username password = spotify premium account password client_id = client_id you got from mopidy.com client_secret = client_secret you got from mopidy.com enabled = true bitrate = 320 [audio] output = audioresample ! audioconvert ! audio/x-raw,rate=48000,channels=2,format=S16LE ! wavenc ! filesink location=/tmp/mopidyfifo mixer_volume = 100 Client ID and Client Secret get from: https://www.mopidy.com/authenticate/#spotify 四、Edit Snapcast Config file sudo vi /etc/default/snapserver START_SNAPSERVER=true USER_OPTS=...