Introduction
PiVLC is an operating system that turns your Raspberry Pi minicomputer into a simple media player. It is available as a disk image and requires minimum amount of steps for you to get it going.
Requirements
- You will need a Raspberry Pi 4 and a 4K screen for 4K video experience.
- It is best to use a Class 10 SD card with at least 4GB capacity.
Setup
Warning! Do not power up Raspberry Pi before it s mentioned as a step below.
- Download the PiVLC disk image.
- Use Raspberry Pi Imager to set up the SD card.
- Put your videos in the
videos
folder of your USB flash drive. - Insert SD card into your Raspberry Pi.
- Insert USB flash drive into your Raspberry Pi.
- Make sure your screen is connected.
- Power up the Raspberry Pi.
Your videos should appear on the screen and play back in a loop.
Audio
Raspberry Pi is a tricky piece of hardware when it comes to audio. When display is connected, HDMI audio output is considered the default. But what if you need audio from the headphone jack?
Choose Output
- Connect USB keyboard to one of the USB ports.
- Boot up your Pi.
- Press
Ctrl+C
to kill the video. - Type
raspi-config
and hitEnter
to open the official Pi configuration tool. - Select
1 System Options
and thenS2 Audio
. - Choose your preferred audio auput and hit
Enter
. - Use
Tab
key to highlight theFinish
button and hitEnter
. - Type
sudo reboot
and hitEnter
to finalize.
Your Pi should reboot and start playing audio through the output you selected. Now, it could be that the volume is a bit too low.
Set Volume
- Connect USB keyboard to one of the USB ports.
- Boot up your Pi.
- Press
Ctrl+C
to kill the video. - Type
alsamixer
and hitEnter
to enter the audio mixer. - Use arrow keys
<
and>
to select the audio card. - Use arrow keys
up
anddown
to set the volume. - Hit
Esc
to exit. - Type
sudo reboot
and hitEnter
to finalize.
If the audio is still too low, consider using an external amplifier or tuning the one that you already have.
Final Notes
PiVLC started as an experiment and the initial intention was not to get it even this far. But as the experiment succeeds and creative juices start to flow at incredible speeds, there is just no other way than to let them flow.
With that in mind, congratulate the fact with a HURRAH, suggest improvements via GitLab Project Issues and donate to make them happen.