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
Play video on raspberry pi5
-
- 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.
- 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:
Also, it is true that omxplayer has been removed. However, vlc can be used from command line instead:
I'll update the documentation and relevant posts
Code: Select all
sudo apt install gstreamer1.0-libav
Code: Select all
sudo apt install vlc-bin vlc-plugin-base