OSMC is a very extensiable media centre operating system for the raspberry pi. Getting nVidia Game stream up and running is now much easier with the LUNA package by wackerl91. Installation requires a few packages and a little bit of configuration.
1.0 Install Moonlight-embedded
For steps 1 and 2, logging into OSMC using ssh is recommended in order to run the following commands.
1.1: Add the repositiory with the moonlight-embedded package to your sources file, you’ll need your password for this:
sudo echo 'deb http://archive.itimmer.nl/raspbian/moonlight jessie main' | sudo tee --append /etc/apt/sources.list > /dev/null
1.2 Update and install the moonlight-embedded package
The following two commands update your package list now that we have added a new repository, and install the moonlight-embedded package
sudo apt update
sudo apt install moonlight-embedded
Continue reading Raspberry Pi 2 Nvidia Game Stream with OSMC + LUNA