Created
October 26, 2020 17:06
-
-
Save rms1000watt/2f2473ca72c2271bae80ee9b5e74f1d0 to your computer and use it in GitHub Desktop.
Raspberry Pi Infinite Video Loop on Startup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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