1

Possible Duplicate:
How can I play DVD movies?

I tried to watch a dvd on ubuntu 10.10 but with no success. I went to medibuntu to check that I have all the required repositaries. Everything was up to date. So what's wrong?

4 Answers4

2

I recommend to use the VLC player (available from Ubuntu Software Center). In my opinion VLC has the most complete set of codecs.

Best wishes, Vincenzo

Vincenzo
  • 2,675
2

This is what I ran to get DVDs working correctly:

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

I don't know for certain if the first 2 are necessary for VLC, but I was having problems viewing a DVD until I installed the infamous dvdread/dvd-css.

Stéphane
  • 2,526
1

I ran into the same problem. I installed VLC but in addition I also had to install libdvdcss. Now I can play any dvd I want using VLC.

0

From you comments, I'd say the solution is to use a non-defective DVD. Is there a way you could get ahold of a different copy of the same DVD?

David Oneill
  • 12,144