1

I can not get my DVDs to work in vlc or any other player. How do I fix this? I have tried to install vlc gremlin and other players.

A.B.
  • 92,125
XAQ ZOAR
  • 21
  • 3

1 Answers1

3

You need the library libdvdcss. Read this.

The package libdvdcss2 is not included in the official repositories, but can be easily installed.

Two short commands should help.

sudo apt-get install libdvdread4
sudo sh /usr/share/doc/libdvdread4/install-css.sh
A.B.
  • 92,125