Problem with playing DVD on Debian Linux
Linux Tools
Normally, DVDs play well on Debian Linux. Never experienced any problem with that. But recently, I tried to play a shop-bought DVD - and it didn’t work out with Kaffeine. The message I got was:
“Your DVD is probably crypted. According to your country laws, you can or can’t use libdvdcss to be able to read this disc…”
OK, the solution is as follows:
First, install the libdvdread3 - package
apt-get install libdvdread3
After this, you need to install the libdvdcss2 library, which can be downloaded on this page. Please, choose the right one, according to your architecture. For example, like that:
wget http://www.dtek.chalmers.se/groups/dvd/deb/libdvdcss2_1.2.5-1_i386.deb
And install it:
dpkg -i libdvdcss2_1.2.5-1_i386.deb
After this, the encrypted DVDs play like a charm.




