Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I still can't seem to play movie DVDs on my Ubuntu 11.10 even after installing restricted extras and after trying this

This[a] is the error message that I get with movie player. VLC doesn't play the DVD either.

What gives

[a]Could not read DVD. This may be because the DVD is encrypted and a DVD decryption library is not installed.

share|improve this question

3 Answers

up vote 4 down vote accepted

Open the Terminal under Applications > Accessories > Terminal and run the following commands:

sudo apt-get install libdvdnav4 libdvdread4 gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly

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

Reference:

share|improve this answer
Strangely it worked this time around. I guess I might have been somehow missing something previously. Thanks. – drN May 13 '12 at 5:02

https://help.ubuntu.com/community/RestrictedFormats/PlayingDVDs

This link is a well written response the these kind of problems, including troubleshooting. Well worth a read Let us know if it helps Good Luck - Mal

share|improve this answer

From: http:// ubuntuforums.org/showthread.php?p=10711874

Originally Posted by uRock View Post https:// help.ubuntu.com/community/Medibuntu You need to install packages for decrypting the movies.

32bit

wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.9-2medibuntu4_i386.deb
sudo dpkg -i libdvdcss2_1.2.9-2medibuntu4_i386.deb

64bit

wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.9-2medibuntu4_amd64.deb
sudo dpkg -i libdvdcss2_1.2.9-2medibuntu4_amd64.deb

WIN.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.