• 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)
Linux Linux now has a completely working libaacs and libbdplus option.
(2016-08-15, 02:41)teeedubb Wrote: Check the Kodi debug log (wiki) file

http://paste.ubuntu.com/23095451/

kodi@phoenix:/usr/lib/x86_64-linux-gnu$ ls -la libaacs.so.0
lrwxrwxrwx 1 root root 12 Aug 27 00:17 libaacs.so.0 -> libmmbd.so.0
kodi@phoenix:/usr/lib/x86_64-linux-gnu$ ls -la libbdplus.so.0
lrwxrwxrwx 1 root root 12 Aug 27 00:17 libbdplus.so.0 -> libmmbd.so.0
kodi@phoenix:/usr/lib/x86_64-linux-gnu$ ls -la libmmbd.so.0
ls: cannot access 'libmmbd.so.0': No such file or directory

libmmbd.so.0 does not appear to have been provided?
Reply
Is Makemkv installed and working? Do you have libmmbd installed anywhere on your sysgem?
Reply
(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
Any ideas?
Reply
sudo ldconfig -p | grep libmmbd Huh??
Reply
libmmbd.so.0 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libmmbd.so.0
libmmbd.so.0 (libc6,x86-64) => /usr/lib/libmmbd.so.0
Reply
cd /usr/lib/x86_64-linux-gnu/
sudo ln -s /usr/lib/x86_64-linux-gnu/libmmbd.so.0 libaacs.so.0
sudo ln -s /usr/lib/x86_64-linux-gnu/libmmbd.so.0 libbdplus.so.0
Reply
Ghostbusters 2. when I pressed play nothing happened (under Videos->Play Optical Disc).

Is it necessary to mount the drive?

I added this to my /etc/fstab:

/dev/sr0 /media/cdrom udf,iso9660 ro,user,noauto 0 0

When I mounted the drive by using mount /dev/sr0 and pressed play optical disc I got this:

This is kodi.log:

Quote:19:52:03 T:140512172054912 NOTICE: VideoPlayer: Opening: /media/cdrom/BDMV/index.bdmv
19:52:03 T:140512172054912 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
19:52:03 T:140510848050944 NOTICE: Creating InputStream
19:52:04 T:140510848050944 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
19:52:04 T:140510848050944 ERROR: CVideoPlayer::OpenInputStream - error opening [/media/cdrom/BDMV/index.bdmv]
19:52:04 T:140510848050944 NOTICE: CVideoPlayer::OnExit()
19:52:04 T:140512172054912 ERROR: Playlist Player: skipping unplayable item: 0, path [/media/cdrom/BDMV/index.bdmv]
19:52:04 T:140512172054912 NOTICE: CVideoPlayer::CloseFile()
19:52:04 T:140512172054912 NOTICE: VideoPlayer: waiting for threads to exit
19:52:04 T:140512172054912 NOTICE: VideoPlayer: finished waiting
19:52:04 T:140512172054912 NOTICE: CVideoPlayer::CloseFile()
19:52:04 T:140512172054912 NOTICE: VideoPlayer: waiting for threads to exit
19:52:04 T:140512172054912 NOTICE: VideoPlayer: finished waiting

I tried again but mounting using sudo mount -t udf /dev/sr0 /media/cdrom:

Quote:19:58:04 T:140512172054912 NOTICE: VideoPlayer: Opening: /media/cdrom/BDMV/index.bdmv
19:58:04 T:140512172054912 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
19:58:04 T:140509932656384 NOTICE: Creating InputStream
19:58:05 T:140509932656384 ERROR: CDVDInputStreamBluray::Open - Media stream scrambled/encrypted with AACS
19:58:05 T:140509932656384 ERROR: CVideoPlayer::OpenInputStream - error opening [/media/cdrom/BDMV/index.bdmv]
19:58:05 T:140509932656384 NOTICE: CVideoPlayer::OnExit()
19:58:05 T:140512172054912 ERROR: Playlist Player: skipping unplayable item: 0, path [/media/cdrom/BDMV/index.bdmv]
19:58:05 T:140512172054912 NOTICE: CVideoPlayer::CloseFile()
19:58:05 T:140512172054912 NOTICE: VideoPlayer: waiting for threads to exit
19:58:05 T:140512172054912 NOTICE: VideoPlayer: finished waiting
19:58:05 T:140512172054912 NOTICE: CVideoPlayer::CloseFile()
19:58:05 T:140512172054912 NOTICE: VideoPlayer: waiting for threads to exit
19:58:05 T:140512172054912 NOTICE: VideoPlayer: finished waiting

makemkv does not install libraries to same location. It installs them to /usr/lib:

/usr/lib$ ls -la libmmbd.so.0
-rw-r--r-- 1 root root 35200 Sep 14 13:26 libmmbd.so.0

Symlinking to those files doesn't fix it Sad
Reply
  • 1
  • 5
  • 6
  • 7
  • 8
  • 9(current)

Logout Mark Read Team Forum Stats Members Help
Linux now has a completely working libaacs and libbdplus option.1