Simple Video Presentation with Raspberry Pi
Playing videos in an endless loop is a common problem:
- Product demos at a trade show or fair
- Infomercials in a public place or foyer
- Background fun at a party
- ...
When I faced this problem at the last LinuxTag we did not want to take a full blown computer with us but make do with a Raspberry Pi. The question was how to turn the Pi into a simple video player with a minimum amount of fuss.
The solution is simple and elegant:
- Install OpenELEC (an Kodi distribution) on a SD card
- Boot it up once in the Pi to initialize the storage partition
- Add the following file in the storage partition as .kodi/userdata/autoexec.py
- Add any amount of multimedia files in the storage partition under videos/
- Boot up the Pi and enjoy your videos
Comments
Post a Comment