1

To put it simply, I'm trying to watch and rip DVDs on my computer, but it never works. I have VLC and libdvdcss, but the DVD just doesn't load and evidently, doesn't play. Could you guys help me out with this?

Tez Bayliss
  • 75
  • 1
  • 1
  • 7

2 Answers2

1

Have you tried installing libdvdread4 ?

If not do this:

sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh

Worked for me.

Marc
  • 10,152
0
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list
http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

sudo apt-get install libdvdcss2

try these..

Raja G
  • 105,327
  • 107
  • 262
  • 331