I am using openSUSE 11.1. I have problems playing DVD’s. I have added the packman repo and downloaded xine, mplayer togheter with the codecs, but I cant seem to play DVDs. I also intalled VLC player, but even that does not work.
It could be because your applications can not decrypt the DVDs ? (Although mplayer should work ) … Is mplayer looking in the right place for the DVD?
If you do not have libdvdcss installed, you can do so in a terminal with root permissions by sending the commands in sequence:
zypper ar http://download.videolan.org/pub/vlc/SuSE/11.1 videolan
zypper install libdvdcss
zypper rr videolan
Note its important you send the last command. You have packman packaged apps installed, and videolan apps can conflict with those of Packman, so restrict your videolan apps to libdvdcss.
Also install libdvdread4 and libdvdnav4 from Packman.
Hi thanks for your response,
Mplayer is looking for the dvd under dev/dvd, where as the dvd is actually under /media. How do I get the dvd to be mounted under dev/dvd?