Skip to content

Instantly share code, notes, and snippets.

@Opiprog
Last active December 16, 2015 23:59
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 Opiprog/5517405 to your computer and use it in GitHub Desktop.
Save Opiprog/5517405 to your computer and use it in GitHub Desktop.
Omxplayer and Repeated Videos on RPi
# To install omxplayer on RPi
# Go to link http://www.gaggl.com/2013/01/installing-omxplayer-on-raspberry-pi/
# or type
sudo apt-get install omxplayer
# Run a repeated video from omxplayer in terminal on RPi
while [ 1 ]; do omxplayer -0 hdmi testvid2.mp4; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment