Page 1 of 1

Direct Blu-ray playback with VLC

Posted: Thu Jan 16, 2025 11:12 pm
by PresidentBrandon
The official instructions (viewtopic.php?f=3&t=7009) did not work for me. I have the Flatpak MakeMKV installed, and I made, as instructed, a symlink:

Code: Select all

/usr/lib64/libmmbd.so.0
to:

Code: Select all

/var/lib/flatpak/app/com.makemkv.MakeMKV/x86_64/stable/active/files/lib/libmmbd.so.0
The exact line of code is this:

Code: Select all

sudo ln -s /var/lib/flatpak/app/com.makemkv.MakeMKV/x86_64/stable/active/files/lib/libmmbd.so.0 /usr/lib64/libmmbd.so.0
Anything else I may be missing? What am I doing wrong?