Scripts to allow a Pi to function as a display for the MPEG2/MP2 Transport Stream stripped from the ISS DVB-S by Tutioune.
sudo apt-get install vim rpi-update openvpn git
sudo rpi-update
reboot
git submodule update --init
cd omxplayer/
./prepare-native-raspbian.sh
make ffmpeg
make
sudo make install
sudo apt-get install libjpeg8-dev indent libfreetype6-dev ttf-dejavu-core
cd openvg/
make
make library
sudo make install
cd graphic/
make
[clone git and cd]
sudo cp boot-config.txt /boot/config.txt
sudo cp rc.local /etc/rc.local
Edit /etc/rc.local to enable the relevant script (goonhilly/landrover)
reboot