Download Image

  1. Goto link and download the Raspberry Pi image download
  2. Format the SD Card in EXFAT format.
  3. Burn the image to SD card.

Option 1: Single Video Loop

  1. Prepare the video in mov or mp4 format.
  2. Copy the video file into a USB disk.
  3. Plug the USB to RPI.
  4. Power ON monitor.
  5. Power ON the RPI and you will see the video playing in loop.

Option 2: Multiple Video Sync Loop

  1. Burn the image to the SD card.
  2. Plug it to the computer again.
  3. Open the video-sync.conf file in nano editor.
  4. On Mac, open the Terminal App. Run cd /Volumes/boot
  5. sudo nano video-sync.conf
  6. For master device
    1. You don’t need to update the .conf file.
    2. Insert the SD card to the n.th RPI.
    3. You must insert the USB flash drive before powering on.
  7. For slave devices, do the followings;
    1. video.player.role=‘master’ to video.player.role=‘slave’
    2. Save the conf file Control + O
    3. Insert the SD card to the n.th RPI.
    4. You must insert the USB flash drive before powering on.
    5. Power On and wait. 20seconds or more…

To Replace the Playback Videos (USB Flash Drive)

The SD card contains the Raspberry Pi’s customized operating system, and the USB flash drive is where video files are stored. To replace videos:

  1. Power off the device (never forcibly remove the USB flash drive while it’s running).
  2. Insert the USB flash drive into your computer and replace the video file.
  3. Insert the USB flash drive back into the playback device.
  4. Power on the playback device.

References

Github Repository

Trouble Shoot