Cannot play Blu-Ray discs with VLC, Getting the error 'BD+ decoding library does not work'
By Mia Morrison •
When I put the disc in the tray and try to play with VLC I get this error,
"Blu-ray error: Your system BD+ decoding library does not work. Missing configuration? Your input can't be opened: VLC is unable to open the MRL 'bluray:///dev/sr0'. Check the log for details."
I installed MakeMKV and tried this,
- Insert Blu-Ray Movie
- Launch VLC
- CTRL+D to enter Disc Menu
- Select Blu-Ray Option and check: No Menu option.
- Under drive select browse and highlight your drive only on the left side (not the 3 folders on the right)
- Select Play from the former "Open Media" screen. (I couldn't find Play from the former "Open Media" screen. This might be what I am missing.)
Please help and thank you much in advance.
1 Answer
The answer could be a little late, but may be helpful for other ones. I found it at . I had the same problem, so I just tried it successfully.
You need the file . It is called your missing "configuration", but is in fact a set of keys.
Places the files from the zip file in the ~/.config/bdplus/vm0 folder. Create if it is not there. (~ is your home path.)
Terminal solution:
wget -O /tmp/vm0.zip '
mkdir -p ~/.config/bdplus
unzip /tmp/vm0.zip -d ~/.config/bdplus 3