Search found 359 matches: LibMMBD
Searched query: +LibMMBD
- Sat Sep 06, 2025 6:47 am
- Forum: MakeMKV for Linux
- Topic: How do I play Bluray movies directly from the disk?
- Replies: 2
- Views: 293
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: 2
- Views: 293
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: 1261
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: 1261
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: 31842
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: 9115
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: 69106
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: 69106
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: 9115
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: 2747
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: 6145
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...
- Tue Nov 12, 2024 11:49 pm
- Forum: DVD discs
- Topic: Matrix from 1999 won't copy
- Replies: 4
- Views: 7805
Re: Matrix from 1999 won't copy
... Matrix". Using CellFull , I had the same experience as @postal_24 and can play "The Matrix" without error using VLC (which is using libmmbd). I ran into something similar (a few years back) when I ripped the P90X discs and had to do that manually. So, I tried opening it in manual ...
- Thu Oct 24, 2024 3:04 pm
- Forum: MakeMKV for Linux
- Topic: on openSUSE Leap 15.3 broken: GLIBC_2.33/34 not found
- Replies: 2
- Views: 2953
on openSUSE Leap 15.3 broken: GLIBC_2.33/34 not found
... --discard-all out/makemkv.full out/makemkv mkdir -p out g++ -std=c++11 -g -O2 -g -O2 -D_linux_ -D_REENTRANT -shared -Wl,-z,defs -oout/libmmbd.so.0.full -I./makemkvgui/inc -I./libmmbd/inc -I./libdriveio/inc \ -I./libmakemkv/inc -I./sstring/inc -I./libabi/inc makemkvgui/src/client.cpp ...
- Wed Oct 09, 2024 10:43 am
- Forum: Blu-ray discs
- Topic: A bit confused: "Backup done" but with loads of errors. Files still playing in VLC
- Replies: 2
- Views: 1830
A bit confused: "Backup done" but with loads of errors. Files still playing in VLC
... Slimtype_eBAU108__7_L_YL0M_3734508400_426027500310 MMBDINST: Launching C:\Program Files (x86)\MakeMKV/makemkvcon64.exe MMBDINST: HELLO 00 Put libmmbd64.dll -> C:\Program Files\VideoLAN\VLC/libmmbd.dll MMBDINST: MMBD installer exiting. 003007:0000 Using direct disc access mode 001003:0020 DEBUG: ...
- Tue Oct 08, 2024 11:31 am
- Forum: MakeMKV for Linux
- Topic: Is There a Linux GUI for SDFTool Flasher?
- Replies: 3
- Views: 4805
Re: Is There a Linux GUI for SDFTool Flasher?
... /usr/lib/libdriveio.so.0 /usr/bin/install -c -D -m 644 out/libmakemkv.so.1 /usr/lib/libmakemkv.so.1 /usr/bin/install -c -D -m 644 out/libmmbd.so.0 /usr/lib/libmmbd.so.0 ldconfig /usr/bin/install -c -D -m 755 out/makemkv /usr/bin/makemkv /usr/bin/install -c -D -m 644 makemkvgui/share/makemkv.desktop ...