VLC Detects My DVD but Won’t Play It on Linux Mint

0
2
Asked By MellowPine42 On

I've been using Linux Mint for a few months and recently connected a new DVD drive. VLC launches and recognizes the disc's name, but it won't actually start playback. I installed VLC through the application launcher and then installed the DVD decryption package with `sudo apt install libdvd-pkg`, since the disc may be copy-protected. The drive has power and appears to detect the DVD, but nothing plays. What else should I try?

1 Answer

Answered By BrightCedar7 On

Try reconfiguring the DVD package after installing it: `sudo dpkg-reconfigure libdvd-pkg`. This can finish setting up the decryption library. If it reports that `libdvdcss2` is already installed, restart VLC and try opening the disc again.

MellowPine42 -

That was it—thank you! VLC plays the DVD now.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.