Ubunto will not play commercial protected dvd unless you type
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
anything like this for RPI?
Ubunto will not play commercial protected dvd unless you type
sudo apt-get install libdvdread4
sudo /usr/share/doc/libdvdread4/install-css.sh
anything like this for RPI?
It looks like RaspBMC now has DVD support: http://www.raspbmc.com/
DVD menu support is preliminary and now implemented.
I believe you will need to buy the MPEG-2 license to decode DVD video: http://www.raspberrypi.com/mpeg-2-license-key/
I found additional details in this user's post: http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=17877
I strongly recommend using HandBrake on your Ubuntu Linux machine, and then playing the converted videos on your Raspberry Pi (if you wish), using omxplayer in Raspbian OS.
sudo apt-get install handbrake
I'm not sure if it's available in the Raspbian repositories, but I wouldn't install it in Raspberry Pi due to very little RAM available.
Good Luck!