Skip to content

Instantly share code, notes, and snippets.

@rms1000watt
Created October 26, 2020 17:06
Show Gist options
  • Save rms1000watt/2f2473ca72c2271bae80ee9b5e74f1d0 to your computer and use it in GitHub Desktop.
Save rms1000watt/2f2473ca72c2271bae80ee9b5e74f1d0 to your computer and use it in GitHub Desktop.
Raspberry Pi Infinite Video Loop on Startup
cat << EOF > /home/pi/.config/lxsession/LXDE-pi/autostart
@xset -dpms
@xset s off
/usr/bin/omxplayer --loop /home/pi/video.mp4
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment