![]() |
Playing encrypted DVDs on 20.0 RC2 - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264) +--- Thread: Playing encrypted DVDs on 20.0 RC2 (/showthread.php?tid=371084) Pages:
1
2
|
Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-03 This is something I needed to test as it does not work on Kodi 19.x. I set up a machine for testing. Tested with av Asus BW-16DHT Bly-Ray DVD. Connected to a HP 6000 PC either through SATA or via a SATA to USB adapter. Did a clean install of Debian 11.6.0 and installed 20.0 RC2 from flatpak This combo plays the DVDs fine. Only snag is that ejecting the DVD from Kodi hangs Kodi. Does not matter is I try playing it first. Crash log: https://paste.kodi.tv/vinedivanu.kodi RE: Playing encrypted DVDs on 20.0 RC2 - enen92 - 2023-01-07 ############### STACK TRACE ################# gdb not installed, can't get stack trace. ############# END STACK TRACE ############### Your log file is not really useful RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-07 OK. Thanks! So I should install gdb and try again? RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-07 https://paste.kodi.tv/ecivipogub.kodi After I installed gdb RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-07 Does not help though. gdb is installed but the crash log says it is not. Quote: gdb --version RE: Playing encrypted DVDs on 20.0 RC2 - User 476552 - 2023-01-07 Some general information that may provide some context to this, there seems to be some specific problems regarding wayland, flatpak and kodi (in general) and that may be the avenue to pursue to find an actionable solution for this. RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-08 OK. Thanks! I am still confused, but on a higher level ![]() I do development (mainly Windows and microcontrollers and some Linux stuff) for a living, but I am not intimately familiar with the Innards of Kodi so please take that into consideration. Should I try the Kodi nightly builds instead? Or should I just leave this and wait for the next RC? RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-08 Let me just add: This is NOT a region issue. Libcss2 can play DVDs, regardless of region. Not that this matters to me as all my DVDs are either region-free or region 2. Just mentioning this as the blanket answer to any DVD issue seems to be "regions" ![]() See: https://www.videolan.org/developers/libdvdcss.html Playing encrypted DVDs on 20.0 RC2 - enen92 - 2023-01-08 I'd try to check if the issue also happens outside of flatpak version. Iirc Kodi 20 is on Debian unstable with a couple of fixes for libdvd* - @basilgello might be able to help you better RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-08 Problem was that wen I tried installing on Debian, I ended up with version 19.1 no matter what so if anyone can procide me with instructions how to install 20.0 on debian 11.6 then I would appreciate it. Also tell me if I should do a fresh install of debian first. RE: Playing encrypted DVDs on 20.0 RC2 - User 476552 - 2023-01-08 Kodi 20 rc2 is on the Debian 11 sid repo which I could not recommend installing on top of any other branch due to cross dependencies between the systems. https://packages.debian.org/sid/kodi Debian sid is the Unstable branch and will come with potential bugs that you as a user will have to accept are possible if you run it. More Info: https://wiki.debian.org/DebianUnstable The choice, obviously, is entirely up to you. **EDIT Also appears to be on bookworm: https://www.debian.org/releases/bookworm RE: Playing encrypted DVDs on 20.0 RC2 - basilgello - 2023-01-08 Here you have deb packages I built for bullseye: https://transfer.sh/GjXidT/dvdtest-bullseye.tar RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-08 Thanks all ! Will test during the week! RE: Playing encrypted DVDs on 20.0 RC2 - basilgello - 2023-01-08 Just make sure to download the tarball today as the file hosting keeps it for 3 days ![]() RE: Playing encrypted DVDs on 20.0 RC2 - AndersG - 2023-01-10 I apologise for being a debian noob, but I downloaded, extracted and then dpkg -i *.deb dpkg: warning: 'ldconfig' not found in PATH or not executable dpkg: warning: 'start-stop-daemon' not found in PATH or not executable dpkg: error: 2 expected programs not found in PATH or not executable Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin |