Linux Linux now has a completely working libaacs and libbdplus option.
(2016-08-27, 09:38)teeedubb Wrote: Is Makemkv installed and working? Do you have libmmbd installed anywhere on your sysgem?

makemkvcon -r --cache=1 info disc:9999
Quote:MSG:1005,0,1,"MakeMKV v1.10.1 linux(x64-release) started","%1 started","MakeMKV v1.10.1 linux(x64-release)"
DRV:0,2,999,12,"BD-RE MATSHITA BD-MLT UJ260AF 1.00","FASTFURIOUS6_G55","/dev/sr0"
DRV:1,256,999,0,"","",""
DRV:2,256,999,0,"","",""
DRV:3,256,999,0,"","",""
DRV:4,256,999,0,"","",""
DRV:5,256,999,0,"","",""
DRV:6,256,999,0,"","",""
DRV:7,256,999,0,"","",""
DRV:8,256,999,0,"","",""
DRV:9,256,999,0,"","",""
DRV:10,256,999,0,"","",""
DRV:11,256,999,0,"","",""
DRV:12,256,999,0,"","",""
DRV:13,256,999,0,"","",""
DRV:14,256,999,0,"","",""
DRV:15,256,999,0,"","",""
MSG:5010,0,0,"Failed to open disc","Failed to open disc"
TCOUNT:0

sudo apt-get install libmmbd
Quote:Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libmmbd

Looks like it's installed to /usr/lib?

cd /usr/lib
kodi@phoenix:/usr/lib$ ls -la libmmbd.so.0
-rw-r--r-- 1 root root 35200 Aug 14 09:03 libmmbd.so.0

So I tried symlinking like so:
sudo ln -s /usr/lib/libmmbd.so.0 libaacs.so.0
sudo ln -s /usr/lib/libmmbd.so.0 libbdplus.so.0

But it still wont play:
http://paste.ubuntu.com/23096826/

I mounted the disk like so:
mount /dev/sr0 /media/cdrom
Reply


Messages In This Thread
RE: Linux now has a completely working libaacs and libbdplus option. - by tutu - 2016-08-27, 11:55
Logout Mark Read Team Forum Stats Members Help
Linux now has a completely working libaacs and libbdplus option.1