Search found 10 matches

by xoocoon
Mon Jul 04, 2022 9:03 am
Forum: MakeMKV for Linux
Topic: makemkv on OSMC (Raspberry Pi 4)
Replies: 5
Views: 5605

Re: makemkv on OSMC (Raspberry Pi 4)

I can confirm that playing the main movie of Blu-rays works in my setup of OSMC on a Raspberry Pi 4B. That is, the 32-bit libmmbd library dynamically linked by Kodi can successfully spin off a 64-bit instance of makemkvcon to play back a Blu-Ray in a drive attached via USB. Getting Blu-Ray menus to ...
by xoocoon
Sun Jul 03, 2022 2:29 pm
Forum: MakeMKV for Linux
Topic: makemkv on OSMC (Raspberry Pi 4)
Replies: 5
Views: 5605

Re: makemkv on OSMC (Raspberry Pi 4)

Strange. OSMC refuses to read discs with the 32-bit version of makemkvcon. The OSMC kernel was compiled with CHR_DEV_SG=m which seems straightforward.
Have you managed to play Blu-Rays with LibreELEC's Kodi?
by xoocoon
Sat Jul 02, 2022 11:32 am
Forum: MakeMKV for Linux
Topic: makemkv on OSMC (Raspberry Pi 4)
Replies: 5
Views: 5605

makemkv on OSMC (Raspberry Pi 4)

Hi there, I would like to share my insights on how to make makemkvcon work on the Open Source Media Center (OSMC). This also enables Kodi to play back Blu-Rays with an external USB drive. OSMC is a Debian-based Linux distribution with Kodi as its main application. I use it on a Raspberry Pi 4B, but ...
by xoocoon
Fri Jul 01, 2022 3:19 pm
Forum: MakeMKV for Linux
Topic: Request for an 'armhf' version (32-bit)
Replies: 22
Views: 9353

Re: Request for an 'armhf' version (32-bit)

First of all, thanks to Mike for compiling the armhf binary! I can confirm it works on a Raspberry 4B with the latest Raspberry OS. makemkvcon can access a blu-ray disc in an external BD/DVD drive attached via USB. However, I could not get it to work under OSMC (aarch64 kernel 32-bit userland). That...
by xoocoon
Tue Jun 07, 2022 3:30 pm
Forum: MakeMKV for Linux
Topic: ARMv6 support / Raspberry Pi
Replies: 47
Views: 122398

Re: ARMv6 support / Raspberry Pi

This is also true for OSMC, as far as I found out. Userland is 32-bit in order to support the Widevine DRM system used by streaming services. The armel and arm64 binaries from makemkv-bin do not work. @mike would it be possible for you to provide an armhf build of makemkv-bin?
by xoocoon
Sun Jan 02, 2022 5:38 pm
Forum: MakeMKV for Linux
Topic: ARMv6 support / Raspberry Pi
Replies: 47
Views: 122398

Re: ARMv6 support / Raspberry Pi

Thanks for the clarification, makes sense to me. (Although I do not know why OSMC is structured that way.)
by xoocoon
Mon Dec 27, 2021 2:51 pm
Forum: MakeMKV for Linux
Topic: ARMv6 support / Raspberry Pi
Replies: 47
Views: 122398

Re: ARMv6 support / Raspberry Pi

Well, my reason for claiming an arm64/aarch64 setup is the output of uname -a which is: Linux pi-4 5.10.78-2-osmc #1 SMP PREEMPT Wed Nov 17 04:52:11 UTC 2021 aarch64 GNU/Linux Furthermore, in my config.txt (the Pi-specific BIOS setup file), I have the line arm_64bit=1 See https://www.raspberrypi.com...
by xoocoon
Sat Dec 25, 2021 8:25 pm
Forum: MakeMKV for Linux
Topic: ARMv6 support / Raspberry Pi
Replies: 47
Views: 122398

Re: ARMv6 support / Raspberry Pi

Thanks for the reply. It returns
/lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
by xoocoon
Wed Dec 22, 2021 7:59 pm
Forum: MakeMKV for Linux
Topic: ARMv6 support / Raspberry Pi
Replies: 47
Views: 122398

Re: ARMv6 support / Raspberry Pi

Hi there, today, I got this message when trying to execute the makemkvcon on the current OSMC on a Raspberry Pi 4B 4GB: -bash: /usr/bin/makemkvcon: No such file or directory makemkv-oss built just fine - no problems there. OSMC runs on 64bit, so the target architecture aarch64/arm64, i.e. the messag...
by xoocoon
Sun Mar 14, 2021 7:03 pm
Forum: MakeMKV for Linux
Topic: libmmbd with kodi18
Replies: 30
Views: 73824

libmmbd with kodi18.7 on Raspberry Pi4

Finally, I got this working on a Raspberry Pi 4B, i.e. I can play Blurays with Kodi + makemkv, flawlessly so far. 3D Blurays (h.264/MVC) also work. And I have no makemkvcon processes hanging so far. I hope that it stays that way and that I did not miss anything in my excitement. My procedure: 1. Ins...