I'm using linuxmce RC1 and I have problem playing DVD.
The DVD starts playing and stop immediatly. Any hints?
Hi Nicola,
It sounds like you need to configure libdvdread3 which is the lib that allows lmce to playback DVD discs. try the following at your lmce machine;
Open a console window and type;
sudo /usr/share/doc/libdvdread3/install-css.sh <Return>
This should start the config script for libdvdread3 and then you should be able to go back into the LMCE Orbiter and play DVD's successfully. If you get an error when running the above command that says it can't find the script then try the following;
sudo apt-get install libdvdread3 <Return>
(the above line will install libdvdread3 for you... now try the line below again and it should work ok this time)
sudo /usr/share/doc/libdvdread3/install-css.sh <Return>
Hope the above gets your DVD playback working for you.
Regards
Andrew