Direct Blu-ray playback with VLC

The place to discuss linux version of MakeMKV
Post Reply
PresidentBrandon
Posts: 2
Joined: Mon Oct 31, 2022 12:15 am

Direct Blu-ray playback with VLC

Post 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?
Post Reply