I have MPlayer, and I'm hoving trouble playing a DVD. I put the DVD in the drive, and nothing happens, it dosen't let me mount it like a cd. I'm still a linux noob, so im sure its just something that I overlooked... :?
Printable View
I have MPlayer, and I'm hoving trouble playing a DVD. I put the DVD in the drive, and nothing happens, it dosen't let me mount it like a cd. I'm still a linux noob, so im sure its just something that I overlooked... :?
You need to have libdvdcss installed, and I don't think Redhat comes with it. It's all over the web though.
Jeremy
Unfortunately, libdvdcss and other DeCSS-variants are illegal in the USA.
CNET Article
http://cambuca.ldhs.cetuc.puc-rio.br/xine/
http://www-2.cs.cmu.edu/~dst/DeCSS/Gallery/
I'm not saying I necessarily *agree* with it, but the law is the law as it is for the moment. :?
tsk, tsk, tsk... That's very dis-heartening.
Welcome to the United Corporations of America...
ive already got libdvdcss installed... :P
Unfortunately, while MPlayer is awesome for almost anything else, it's not to great for DVDs, since, as far as I know, it has no support for DVD menus. It can play the tracks you specify, but that's it. A shame since it has great de-interlacing/reverse telecine support...
If your DVD drive is the first CD/DVD drive, it's probably /dev/hdc
If it's the second drive, it's probably /dev/hdd
Open a terminal, and enter "mount /dev/hdc" or "mount /dev/hdd" depending on which drive it is. You could also try "mount /dev/hdb" if the DVD drive is on the same IDE cable as the harddrive. Then type in:
change /dev/hdc for whatever device it is, and change 01 to which track you want to play.[/code]Code:mplayer -dvd-device /dev/hdc dvd://01
That worked!!!!
The DVD plays awesome!! 8)