No sound on videos in emulationstation with RPI5 and default cmake settings in retropie-setup
-
I get no sound with the default settings to build the emulationstation-dev from the retropie-setup script. I was able to clone it manually and I was able to deduce what was causing it.
cmake -DRPI=On -DUSE_GL21=On .
is what it builds with by default, and I found that having-DUSE_GL21=On
was causing the issue with no sound with the vlc player in emulationstation. Remove this define allowed sound to be played with the video previews./I also followed the readme and build it the way it suggested with
cmake -DRPI=On -DUSE_MESA_GLES=On .
and then themake
and it works good as well
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.