Is there a instruction how to do that?dcoke22 wrote: ↑Fri Oct 17, 2025 4:43 pmVLC needs a symlink to the libmmbd library that comes with MakeMKV. Sometimes MacOS's security model messes it up. You might be able to create the appropriate link manually.
Direct Blu-ray playback with VLC player
Search found 363 matches: LibMMBD
Searched query: +LibMMBD
- Tue Oct 21, 2025 5:13 am
- Forum: MakeMKV for Mac OS X
- Topic: Can't setup Integration with VLC in Preferences
- Replies: 2
- Views: 1471
Re: Can't setup Integration with VLC in Preferences
- Fri Oct 17, 2025 4:43 pm
- Forum: MakeMKV for Mac OS X
- Topic: Can't setup Integration with VLC in Preferences
- Replies: 2
- Views: 1471
Re: Can't setup Integration with VLC in Preferences
VLC needs a symlink to the libmmbd library that comes with MakeMKV. Sometimes MacOS's security model messes it up. You might be able to create the appropriate link manually.
Direct Blu-ray playback with VLC player
Direct Blu-ray playback with VLC player
- Sun Sep 28, 2025 7:21 pm
- Forum: MakeMKV for Mac OS X
- Topic: How to Rip Blu-Ray discs with MakeMKV and handbrake
- Replies: 30
- Views: 200884
Re: How to Rip Blu-Ray discs with MakeMKV and handbrake
Just a quick note: you don't *have* to rip with MakeMKV separately and then convert with Handbrake. You can make two copies of the appropriate libmmbd library (libmmbd.dll on Windows with 32-bit Handbrake; libmmbd64.dll with 64-bit Handbrake) in the Handbrake install directory, and name them ...
- Fri Sep 19, 2025 7:01 am
- Forum: MakeMKV for Linux
- Topic: Rough Guide: v1.18.1 on CachyOS(Arch Linux)
- Replies: 0
- Views: 10124
Rough Guide: v1.18.1 on CachyOS(Arch Linux)
... jre8-openjdk libbluray libdvdnav aribb24 sudo archlinux-java set java-8-openjdk/jre Next we'll install native MakeMKV and libaacs softlinks to libmmbd. Thankfully Arch's AUR makes this way simpler than building manually. paru -S makemkv makemkv-libaacs Now we should have native MakeMKV. Launch ...
- Sat Sep 06, 2025 6:47 am
- Forum: MakeMKV for Linux
- Topic: How do I play Bluray movies directly from the disk?
- Replies: 4
- Views: 5319
Re: How do I play Bluray movies directly from the disk?
... libbdplus and any program that uses those uses libmmdb via hook. https://forum.makemkv.com/forum/viewtopic.php?f=3&t=2047&p=8499&hilit=libmmbd+service#p8499 Although ideally I think you can put libmmbd.so.0 in /usr/lib and be done with it if the program uses it. Regardless, in the end ...
- Fri Sep 05, 2025 5:14 pm
- Forum: MakeMKV for Linux
- Topic: How do I play Bluray movies directly from the disk?
- Replies: 4
- Views: 5319
How do I play Bluray movies directly from the disk?
... inside the integration tab but when I go there I don't see any further settings or options. I have run this command in the terminal too sudo ln -s libmmbd.so.0 /usr/lib/ but it didn't do anything. After I insert the BD into my PC the image in MakeMkv just keeps spinning but nothing is happening. ...
- Sun Aug 17, 2025 9:11 pm
- Forum: MakeMKV for Linux
- Topic: makemkvcon gets automatically started via gvfs-udisks2-volume-monitor
- Replies: 1
- Views: 7115
Re: makemkvcon gets automatically started via gvfs-udisks2-volume-monitor
It seems libbluray has no env var or so that can be used to really disable loading of libmmbd, so the "best" solution I found was the following systemd drop-in config, which simply denies gvfs-udisks2-volume-monitor access to libmmbd and makemkvcon (the latter ...
- Wed Aug 13, 2025 8:53 pm
- Forum: MakeMKV for Linux
- Topic: makemkvcon gets automatically started via gvfs-udisks2-volume-monitor
- Replies: 1
- Views: 7115
makemkvcon gets automatically started via gvfs-udisks2-volume-monitor
... seems the offender which starts makemkvcon is gvfs-udisks2-volume-monitor. Looking at this it's linked against libbluray.so.2, so I presume it's libmmbd which somehow comes into play. Any ideas how one prevents this? Thanks, Jemima.
- Sun Jun 08, 2025 4:14 am
- Forum: MKV file processing and playback
- Topic: MPC-HC Blu-ray playback (libaacs / libbdplus)
- Replies: 5
- Views: 41101
Re: MPC-HC Blu-ray playback (libaacs / libbdplus)
... instructions for putting libaacs and libbdplus on for running blu-ray movies apply only to MPC-HC. apparently, also, the instructions for using libmmbd [installed from MakeMKV] apply only to VLC, though https://www.makemkv.com/libmmbd/ says something about additionally needing bluray.dll [libbluray]. ...
- Wed May 07, 2025 6:13 pm
- Forum: MakeMKV for Linux
- Topic: Direct Blu-ray playback with VLC
- Replies: 5
- Views: 11883
Re: Direct Blu-ray playback with VLC
AFAIK libbluray.so.2 needs to load libmmbd.so.0 dynamically. VLC itself doesn't load libmmbd explicitly, but implicitly via libbluray.
And yes, libmmbd is also just a front-end for makemkvcon.
- Fri Feb 14, 2025 10:56 pm
- Forum: MakeMKV for Linux
- Topic: [SOLVED] MakeMKV v1.17.8 - "This application version is too old. Please download the latest..."
- Replies: 34
- Views: 75405
Re: [SOLVED] MakeMKV v1.17.8 - "This application version is too old. Please download the latest..."
... armhf version with: sudo install -t /usr/bin bin/armhf/makemkvcon Then - you may have to rename or move existing files first: sudo ln -s /usr/lib/libmmbd.so.0 /usr/lib/arm-linux-gnueabihf/libbdplus.so.0 sudo ln -s /usr/lib/libmmbd.so.0 /usr/lib/arm-linux-gnueabihf/libaacs.so.0 Registering makemkvcon ...
- Fri Feb 07, 2025 10:15 pm
- Forum: MakeMKV for Linux
- Topic: [SOLVED] MakeMKV v1.17.8 - "This application version is too old. Please download the latest..."
- Replies: 34
- Views: 75405
Re: [SOLVED] MakeMKV v1.17.8 - "This application version is too old. Please download the latest..."
... get it to execute after using patchelf with the files from your link, but I get a bus error: CoreELEC:~/test # ls libmakemkv.so.1 libdriveio.so.0 libmmbd.so.0 patchelf makemkvcon CoreELEC:~/test # ./patchelf --set-rpath /storage/test makemkvcon CoreELEC:~/test # ./makemkvcon info MakeMKV v1.17.9 ...
- Thu Jan 16, 2025 11:12 pm
- Forum: MakeMKV for Linux
- Topic: Direct Blu-ray playback with VLC
- Replies: 5
- Views: 11883
Direct Blu-ray playback with VLC
... ) did not work for me. I have the Flatpak MakeMKV installed, and I made, as instructed, a symlink: /usr/lib64/libmmbd.so.0 to: /var/lib/flatpak/app/com.makemkv.MakeMKV/x86_64/stable/active/files/lib/libmmbd.so.0 The exact line of code is this: sudo ln -s /var/lib/flatpak/app/com.makemkv.MakeMKV/x86_64/stable/active/files/lib/libmmbd.so.0 ...
- Tue Dec 24, 2024 12:39 pm
- Forum: MakeMKV for Linux
- Topic: Direct Blu-ray playback with VLC
- Replies: 0
- Views: 2975
Direct Blu-ray playback with VLC
... 'bluray:///dev/sr0' nicht öffnen. Für Details bitte im Fehlerprotokoll nachsehen. In the post, it only said something about "sudo ln -s libmmbd.so.0 /usr/lib/" in the correct directory. I did that but didn't help. I installed MakeMKV on Linux Mint 22 using Flatpak. The command to ...
- Sun Dec 15, 2024 1:32 pm
- Forum: MakeMKV for Mac OS X
- Topic: Enabling handbrake decoding for protected BRs?
- Replies: 3
- Views: 6524
Enabling handbrake decoding for protected BRs?
Hello, attempting to rip using Handbrake, using MakeMKV as a proxy . When attempting to change the setting, I get an error stating MakeMKV cannot change system preferences.. https://i.ibb.co/61kZLxw/Screenshot-2024-12-15-at-14-26-56.png MacOS Sequoia 15.11 (ARM) Any hint? BTW, could this mean I coul...