-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vlc: cannot read MakeMKV's libmmbd for BDs decryption #6332
Comments
Never actually used BDs, but VLC probably relies on libbluray to access those. And AFAICT that library needs a Have you tried allowing access to java(c) yet? I see you already use a vlc.local, so try adding the below to that: include allow-java.inc
private-bin java* PS: anything in your vlc.local that might be relevant to this? |
I tried to add the two lines but it still won't load the BD. In my .local file I only have the |
Well, that's unfortunate. It might need other stuff in private-bin. I assume you've already tried Tracking down the culprit option(s) by commenting (=disabling) lines one by one (or in bulk for that matter) does take time, I do realize the pain in that. Yet, as this requires access to bluray hardware (which most if not all collaborators probably don't have) to actually test/reproduce/fix, its your best bet. I'd start by confirming VLC can do this when sandboxed by running |
Yes, I have tried with |
Description
MakeMKV provides libmmbd, which is a library for Blurays Discs decryption. It is installed in
/usr/lib/libmmbd.so.0
. VLC should automatically read it and play the BD, but it doesn't if launched with Firejail.Steps to Reproduce
Expected behavior
The BD should play.
Actual behavior
The BD doesn't play.
Behavior without a profile
The BD plays.
Environment
Checklist
/usr/bin/vlc
) "fixes" it).https://github.com/netblue30/firejail/issues/1139
)browser-allow-drm yes
/browser-disable-u2f no
infirejail.config
to allow DRM/U2F in browsers.--profile=PROFILENAME
to set the right profile. (Only relevant for AppImages)Log
VLC launched with Firejail
VLC launched with
firejail --noprofile
The text was updated successfully, but these errors were encountered: