Search found 389 matches: LibMMBD
Searched query: +LibMMBD
- Mon Apr 20, 2026 2:42 am
- Forum: LibreDrive drives
- Topic: LibreDrive for Pioneer drives
- Replies: 1949
- Views: 2242439
Re: LibreDrive for Pioneer drives
No, but the drive of your concern should be fine (ripping with MakeMKV / playing with libmmbd which is really also MakeMKV) out of the box with UHD. LibreDrive is just a requirement for UHD ripping. It doesn't mean that all LibreDrive drives come with a firmware with ...
- Mon Apr 20, 2026 2:22 am
- Forum: LibreDrive drives
- Topic: LibreDrive for Pioneer drives
- Replies: 1949
- Views: 2242439
Re: LibreDrive for Pioneer drives
No, but the drive of your concern should be fine (ripping with MakeMKV / playing with libmmbd which is really also MakeMKV) out of the box with UHD. LibreDrive is just a requirement for UHD ripping. It doesn't mean that all LibreDrive drives come with a firmware with ...
- Fri Apr 17, 2026 9:02 pm
- Forum: General MakeMKV discussion
- Topic: too old to play?
- Replies: 3
- Views: 692
Re: too old to play?
... at lesst 1.17.7 unless you find a working version earlier. They are both able to play disks through VLC. Although not necessarily relevant, but is libmmbd/MakeMKV involved in that case?
- Tue Apr 14, 2026 12:15 am
- Forum: MakeMKV for Linux
- Topic: Installation Error
- Replies: 4
- Views: 11131
Re: Installation Error
... /gnu/store/4bjvq007f6bfkskc3z19kvwfny77shwm-makemkv-1.17.7/lib/libmakemkv.so.1 /gnu/store/4bjvq007f6bfkskc3z19kvwfny77shwm-makemkv-1.17.7/lib/libmmbd.so.0 /gnu/store/4bjvq007f6bfkskc3z19kvwfny77shwm-makemkv-1.17.7/share /gnu/store/4bjvq007f6bfkskc3z19kvwfny77shwm-makemkv-1.17.7/share/MakeMKV ...
- Fri Apr 10, 2026 11:00 am
- Forum: MakeMKV for Linux
- Topic: random question: why does makemkv install to /usr/bin instead of /usr/local/bin?
- Replies: 9
- Views: 1913
Re: random question: why does makemkv install to /usr/bin instead of /usr/local/bin?
... maybe its really obvious, but i was just curious about it. I'll just point out that MakeMKV also installs its "VLC integration" library libmmbd.so.0 into "/usr/lib64", where libbluray can find it without any extra configuration. This wouldn't be true if MakeMKV installed it ...
- Tue Apr 07, 2026 10:44 am
- Forum: MakeMKV for Linux
- Topic: Pioneer Bluray Drive does not work in Linux Version
- Replies: 19
- Views: 2904
Re: Pioneer Bluray Drive does not work in Linux Version
... the case on Linux... MakeMKV was compiled and installed using make, following the installation instructions in this forum. The program installed libmmbd, but the integration does not work. Whilst DVDs can also be played and converted here, the integration with VLC does not work... VLC cannot ...
- Mon Apr 06, 2026 8:30 pm
- Forum: MakeMKV for Linux
- Topic: Pioneer Bluray Drive does not work in Linux Version
- Replies: 19
- Views: 2904
Re: Pioneer Bluray Drive does not work in Linux Version
... the case on Linux... MakeMKV was compiled and installed using make, following the installation instructions in this forum. The program installed libmmbd, but the integration does not work. Whilst DVDs can also be played and converted here, the integration with VLC does not work... VLC cannot ...
- Mon Apr 06, 2026 7:40 am
- Forum: MakeMKV for Linux
- Topic: Pioneer Bluray Drive does not work in Linux Version
- Replies: 19
- Views: 2904
Pioneer Bluray Drive does not work in Linux Version
... the case on Linux... MakeMKV was compiled and installed using make, following the installation instructions in this forum. The program installed libmmbd, but the integration does not work. Whilst DVDs can also be played and converted here, the integration with VLC does not work... VLC cannot ...
- Sat Apr 04, 2026 3:23 am
- Forum: UHD drives
- Topic: LG BP71n
- Replies: 7
- Views: 10005
Re: LG BP71n
... which VLC relies on, to watch Blu-rays in VLC by setting e.g.: export MAKEMKVCON=$(which makemkvcon) export LIBAACS_PATH=$HOME/.guix-profile/lib/libmmbd export LIBBDPLUS_PATH=$HOME/.guix-profile/lib/libmmbd vlc /dev/sr0 The one thing I haven't gotten fully working yet is the BD-J blu-ray menus ...
- Thu Jan 29, 2026 2:44 pm
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
Yes, I think so. MakeMKV's "hashed keys" database is private, and libmmbd only exists to integrate with libbluray-using applications like VLC etc. You'll probably find its aacs_get_mk() function is equally unhelpful...
- Thu Jan 29, 2026 1:12 pm
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
So not giving out the correct VID is a "feature"?
- Thu Jan 29, 2026 11:31 am
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
..., hence why I'm certain libmmbd's implementation is incorrect. I think you'll find libmmbd is behaving exactly as designed. The problem is just that you are expecting its aacs_get_vid() function to return the disk's VID, whereas I think ...
- Thu Jan 29, 2026 9:41 am
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
... the same time (in sequence, one after the other, not both at the same same time ;) ) is just a case of using dlopen/dlsym, although i tried using libmmbd exclusively and the same issue arises, hence why I'm certain libmmbd's implementation is incorrect. Namely, on my code i do the libmmbd runtime ...
- Wed Jan 28, 2026 6:41 pm
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
The result from libmmbd's aacs_get_vid looks like dirty memory. Library might be returning some stale memory instead of the correct value pointer (or a null pointer / null key if not valid). According to the source code, libmmbd's ...
- Wed Jan 28, 2026 1:23 pm
- Forum: MakeMKV for Linux
- Topic: libmmbd / libaacs VID discrepancy.
- Replies: 6
- Views: 10250
Re: libmmbd / libaacs VID discrepancy.
The result from libmmbd's aacs_get_vid looks like dirty memory. Library might be returning some stale memory instead of the correct value pointer (or a null pointer / null key if not valid). 95 f5 54 0e 78 1b 42 44 cf fc 3e cd a5 ...