Raspbian – video looper

Installation of an automatic video player with Raspberry :
Distro: 2019-04-08-raspbian-stretch-lite.zip

No graphical interface (GUI) view. Only the system for using hardware resources.

After the usual installation and configuration of the OS :
https://learn.adafruit.com/raspberry-pi-video-looper/installation

Ativate SSH :

  1. Copy SSH file (any file e.g. .txt) blank, name SSH and remove the extension. A “black” file called SSH remains.
  2. Move it to the root of the SD card
  3. Connnect Rapsberry to the network (LAN better)
  4. Use Pi Finder.app (or another pc/mac) to find raspberry and
    login via SSH:
  5. login ( #pi – #raspberry )
    sudo apt-get update
    sudo apt-get install -y git
    git clone https://github.com/adafruit/pi_video_looper.git
    cd pi_video_looper
    sudo ./install.sh

OPTIONS:

Deactivate LOOPER:

ESC by keyboard on the Raspberry

or temporarily by SSH:

sudo supervisorctl stop video_looper

permanently deactivate:

cd pi_video_looper
sudo ./disable.sh