You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Filip Borum Poulsen d04d14374f Add installation instructions for Raspberry Pi video player 2 years ago
docs Add installation instructions for Raspberry Pi video player 2 years ago
public Add styling for video player 2 years ago
.gitignore Initial commit 2 years ago
README.md Add installation instructions for Raspberry Pi video player 2 years ago
index.js Add check for directory existence in video route 2 years ago
install.sh FIX git pull in working dir 2 years ago
package.json Initial commit 2 years ago
smb.conf FIXED samba directory 2 years ago
video-player.service Add display and user configuration to video-player.service 2 years ago

README.md

Raspberry pi video player

How to install

  1. Install Raspberry Pi Imager on your local computer from https://www.raspberrypi.com/software/

    Install Raspberry Pi Imager

  2. Select Raspberry Pi OS (64-bit) in Pi Imager

    Select Pi Os

  3. Configure Wifi details and pi user credentials using the settings in the imager.

    Imager Settings

  4. Flash the SD card

  5. Insert it into the Pi and boot it up.

  6. Run the following command on the Pi either via ssh or in the terminal from the desktop

    curl https://git.bpfilip.dk/fbp/video-player/raw/branch/main/install.sh | sudo bash