Direct Blu-ray playback with VLC player

The place to discuss Mac OS X version of MakeMKV
Locked
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Direct Blu-ray playback with VLC player

Post by mike admin »

UPDATE: Starting from version 1.15.0, integration settings can be managed directly in MakeMKV preferences - there is no need to create directories and symlinks manually. Also please note that applications that use hardened runtime (also known as notarized, most apps on Catalina) ignore the global "~/lib" setting and require an individual symlink per application. MakeMKV should handle this automatically.

Starting with version 1.8.5, MakeMKV comes with libmmbd library as described at http://www.makemkv.com/forum2/viewtopic.php?f=10&t=7008 . This library also emulates libaacs/libbdplus libraries - below are instructions how to setup libmmbd for libaacs/libbdplus emulation. Once done, any libbluray-based application, including VLC player, will be able to open protected blu-ray discs. This is one-time setup per user, you will only have to do it once per user account.

Open terminal, end execute following commands. Note: These instructions are for MakeMKV 1.14.7 and below, later versions of MakeMKV have different libmmbd names.

Code: Select all

cd ~
mkdir -p ~/lib
ln -s /Applications/MakeMKV.app/Contents/lib/libmmbd.dylib ~/lib/libmmbd.dylib
You're done. From now on VLC will automatically use MakeMKV for blu-ray decryption.
Locked