Skip to content

Instantly share code, notes, and snippets.

@Chalta
Forked from shortyxs/StudioScreen-readme.md
Last active August 18, 2019 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chalta/2de5a0248491b2506897b445bded3b1c to your computer and use it in GitHub Desktop.
Save Chalta/2de5a0248491b2506897b445bded3b1c to your computer and use it in GitHub Desktop.
Studioscreen Installguide

An installation guide for OnAirScreen

https://github.com/saschaludwig/OnAirScreen

Works as of 08/18/2019 with latest Raspbian Jessie.

Make sure to have installed sudo and your user is allowed to use sudo.

Configure the raspberry pi as here: https://github.com/Chalta/Zeitgeist

Sascha Ludwig has removed the older Version of the Software, so you have to use another fork that has the old data. My fork is included in the code below. Use forked code at your own risk! Features may have been removed or added,

sudo su
apt install neofetch git
echo neofetch >> /etc/bash.bashrc
echo net.ipv6.conf.all.disable_ipv6 = 1 >> /etc/sysctl.conf
sysctl -p

apt install python-qt4 pyqt4-dev-tools python-qt4-dbg python-pip
exit
pip install ntplib

git clone https://github.com/Chalta/OnAirScreen/
cd OnAirScreen
make
./start.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment