-1

I have the plugins which I need but it doesn't play after all. My DVDs are new and I tried more than one and none of them work. I can play self-created DVDs with no problems.

I tried different players like Dragon, VLC, SMPlayer; the ones everyone says are good. I don't doubt it and SMPlayer is good but, you know, no DVDs!

If I try Dragon it displays all black. If I try VLC it jumps from one data to another but it doesn't play. If I try SMPlayer it shows me that it was played... but it didn't play at all.

Braiam
  • 69,112
Rin
  • 1

1 Answers1

-2

Solution 1:

sudo apt-get install ubuntu-restricted-extras

Solution 2:

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 --yes --quiet --allow-unauthenticated install medibuntu-keyring
sudo apt-get --quiet update && sudo apt-get -y upgrade

*Then update Synaptic:

sudo update-apt-xapian-index

*Install codec for your Ubuntu 32 or 64 bit:

sudo apt-get -y install w32codecs ubuntu-restricted-extras    (32bit)
sudo apt-get -y install w64codecs ubuntu-restricted-extras    (64bit)

*Enable full-DVD support:

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