Search found 2 matches

by numeralwrongdoer
Fri Oct 23, 2020 5:58 pm
Forum: MakeMKV for Linux
Topic: [SOLVED] Using libmmdb as libaacs+libdbplus - vlc and mpv segfault
Replies: 4
Views: 31146

Re: Using libmmdb as libaacs+libdbplus - vlc and mpv segfault

Solved:

The problem appears to be that I had libaacs installed by the systems package manager.

After uninstalling it, playback works as expected.
by numeralwrongdoer
Fri Jan 03, 2020 1:52 pm
Forum: MakeMKV for Linux
Topic: [SOLVED] Using libmmdb as libaacs+libdbplus - vlc and mpv segfault
Replies: 4
Views: 31146

[SOLVED] Using libmmdb as libaacs+libdbplus - vlc and mpv segfault

Hi,

I try to do the direct blue-ray playback according to https://www.makemkv.com/forum/viewtopic.php?f=3&t=7009

I installed makemkv in the prefix ~/.local/, so before symlinking, the ~/.local/lib directory looks like this:


$ ls -r ~/.local/lib/
libmmbd.so.0 libmakemkv.so.1 libdriveio.so.0


I ...