Missing AACS configuration file" error when playing blueray movies
I'm on ubuntu 20.10, and I keep getting this error code whenever I try to play a bluray movie in VLC media player
Missing AACS configuration fileI don't know what to do, and I was wondering if anyone has encountered this problem and how to fix it, thanks
01 Answer
The AACs file is a list of Disk Identifiers and Decryption Keys needed to play Blurays. Normally you buy a piece of software that will have its own list, but because these are all proprietary you can use community constructed AACs lists instead. The Arch Linux wiki has an extensive page covering different decryption methods.
You can play Blurays in VLC through the following steps
Install the required libraries
sudo apt install libaacs-dev libbluray2Download the KEYDB.cfg file. More info on this site.
Extract the .ZIP file
Inside the keydb_eng folder is
keydb.cfgrename this toKEYDB.cfg(It's case sensitive.) and move it into~/.config/aacs(You might need to create this folder manually if it doesn't exist.)Open VLC and try to open the disk. If the decryption key is known and present in the database then it should work fine, otherwise if it's a very recent Bluray you can download a new copy of the database at a later date and hope someone has added the decryption key for your disk.