Renée Waverly

Getting encrypted DVDs to work in VLC on Fedora Linux

The main issue at play here is the absence of libdvdcss. For ideological reasons, it isn’t included in the default repositories, but rpmfusion has it.

sudo dnf install vlc
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install rpmfusion-free-release-tainted
sudo dnf install libdvdcss

Further codec shenanigans

Some videos use the HEVC codec, which can be installed with this package, also available at rpmfusion:

sudo dnf install libavcodec-freeworld