47

I installed VLC player on my Ubuntu 14.04 system. DVD movies won't play (no sound or picture) even though the computer tries to start the movie. What's wrong? Is the version wrong for Ubuntu 14.04?

Eliah Kagan
  • 117,780
Richard
  • 481

4 Answers4

51

Install package ubuntu-restricted-extras:

sudo apt-get install ubuntu-restricted-extras

then run:

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

to install libdvdcss2 library, that is not included in offical repos due to legal reasons. Now all DVD movies should play like a charm.

CijcoSistems
  • 615
  • 4
  • 11
28

Confirmed working from 16.04 - 22.04

sudo apt-get install libdvd-pkg followed by sudo dpkg-reconfigure libdvd-pkg

Then just drag-and-drop the IFO (usually VIDEO_TS.IFO) into VLC window.

This also is the official VLC solution.

khaverim
  • 478
13

15.10 and upper

Copy to terminal:

sudo apt-get install libdvd-pkg

Then install something such as:

sudo apt-get install pyrenamer;
sudo apt-get remove pyrenamer;

to run building script of libdvdcss2.


15.04 and lower

Copy to terminal:

sudo apt-get install ubuntu-restricted-extras;
sudo /usr/share/doc/libdvdread4/install-css.sh;
Bonn
  • 409
  • 6
  • 13
0

If you have the same problem with me because we open disk in wrong way, please try the following way:

http://howtoubuntu.org/how-to-play-a-dvd-in-ubuntu

First,      insert DVD and do nothing with it (no run, no open). 
Second,     launch VLC Media Player. You can find it by searching for VLC.
Lastly,     brown to DVD files by click File and select Open Disc.