Inputstream.adaptive for a Vero 4K+ with Kodi 21.1

You could build Kodi 21.1 from scratch like this:

sudo apt-get update
sudo apt-get install -y build-essential git
git clone https://github.com/osmc/osmc
cd osmc
git checkout 6a2ae9e60fd3a71945e7804367a8e38543ea3cbe
cd osmc/package/mediacenter-osmc
make vero3

After vero3-mediacenter-osmc.deb is generated, run sudo dpkg -i vero3-mediacenter-osmc.deb and start Kodi with:

systemctl start mediacenter

Sam