Search found 5 matches

by mosquitogang201
Sat Apr 14, 2018 11:09 pm
Forum: MakeMKV for Linux
Topic: Don't create wget output files
Replies: 4
Views: 24055

Re: Don't create wget output files

This bugged me too. The attached patch fixes it.
by mosquitogang201
Sat Apr 07, 2018 3:46 pm
Forum: MakeMKV for Linux
Topic: libmmbd with kodi18
Replies: 30
Views: 71965

Re: libmmbd with kodi18

I have tested the patch and can confirm that this gets blurays working in kodi 18, but I see two issues. Defunct instances of makemkvcon hang around. Also, the patch breaks bluray playback with mpv, and probably with other applications that use the older libbluray api, ie not bd_open_files(). Still ...
by mosquitogang201
Sun Feb 04, 2018 1:35 pm
Forum: MakeMKV for Linux
Topic: libmmbd with kodi18
Replies: 30
Views: 71965

Re: libmmbd with kodi18

Assuming that playback does work as it is, I think team Kodi would be more amenable to a patch that basically says, if (has_libmmbd) use bd_open_disc else use bd_open_files libbluray does a similar check we could pull code from, and it defaults to libmmbd when present. So this patch wouldn't alter t...
by mosquitogang201
Wed Dec 27, 2017 3:42 am
Forum: MakeMKV for Linux
Topic: segfault opening blu ray disc makemkv 1.10.8 + linux kodi18
Replies: 2
Views: 11158

Re: segfault opening blu ray disc makemkv 1.10.8 + linux kod

More information. It seems that libaacs allows and still functions with a NULL device path passed to aacs_open_device(). With libmmbd, aacs_open_device() requires a valid non-NULL device path. The NULL device path initiates in libbluray/bluray.c/bd_open_files(), which calls _bd_open with the NULL pa...
by mosquitogang201
Sat Dec 23, 2017 4:05 am
Forum: MakeMKV for Linux
Topic: segfault opening blu ray disc makemkv 1.10.8 + linux kodi18
Replies: 2
Views: 11158

Re: segfault opening blu ray disc makemkv 1.10.8 + linux kod

I also am getting the same segfault using kodi 18 + makemkv. It seems that kodi 18 has added a call to bd_open_files from libbluray, which was not present in kodi 17. This was added in commit https://github.com/xbmc/xbmc/commit/25d755c0365b2699161bc303bd55afae895fc2ec . The stack trace (attached) le...