adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
451 stars 239 forks source link

VLC support #150

Closed JoakimBoSWE closed 9 months ago

JoakimBoSWE commented 2 years ago

Hello, I am using your latest version to play regular MP4 files, in a loop. Using a Raspberry Pi 4 model b, connected with micro-hdmi cable. Works like a charm, however they are with audio on the computer, but when play thru the Pi video looper, i dont get any sound out thru the HDMI. Is there any settings that sets audio out port for the HDMI?

Also will there be any updates to support VLC in the upcoming releases? Thx :)

tofuSCHNITZEL commented 2 years ago

please check /boot/config.txt there is a setting:

# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2

maybe this helps you. for me audio via hdmi is working just fine with rpi4 and Legacy version of Raspberry Pi OS Lite

vlc support ist comming Soon™ see https://github.com/adafruit/pi_video_looper/issues/124

evandroamaro commented 1 year ago

I'm also having this issue. The current version on branch pb_bullseye is not working out audio. Executing the video directly with cvlc plays the audio correctly.

tofuSCHNITZEL commented 1 year ago

The pb_bullseye branch is WIP and alpha at best. But feel free to contribute.