Play video on raspberry pi5

All the topics related to QLC+ on the Raspberry Pi
Post Reply
supergigi
Posts: 3
Joined: Wed Jan 31, 2024 11:39 am
Real Name: Luigi

Hello everyone,

I have a raspberry pi5 with QLC+ for raspos 4.14.1. I need to manage video files (mp4 or other format).
I tried on my system but I only get black screens. I searched on the forum and I read that an alternative solution is recommended using scripts and omxplayer. Unfortunately omxplayer is no longer supported.

How can I do it?
Do I have to use the windows version?
Thanks
Laparforce
Posts: 4
Joined: Fri Nov 29, 2024 4:39 pm
Real Name: Fabian

Hey, I have the same issue. Would be really glad for an answer, whether its dependening on the video formats or just not an enabled feature.
User avatar
mcallegari
Posts: 4914
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

This can be solved by installing additional codecs for gstreamer like this:

Code: Select all

sudo apt install gstreamer1.0-libav
Also, it is true that omxplayer has been removed. However, vlc can be used from command line instead:

Code: Select all

sudo apt install vlc-bin vlc-plugin-base 
I'll update the documentation and relevant posts
supergigi
Posts: 3
Joined: Wed Jan 31, 2024 11:39 am
Real Name: Luigi

Thanks Massimo,
I installed the codecs and it works great.
Post Reply