You are not logged in.

#1 2010-01-12 04:49:23

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Mplayer can't play DVD: libdvdnav?

mplayer dvd:// failed, and mplayer's website said to try "mplayer -nocache dvdnav://"

I never see the disk in fdisk -l, but this command is at least able to read the title of the dvd...which hints that the device is correct and the disk is mounted (does it not?).  I have no idea where to start.  The first error is at libdvdnav...

output:

MPlayer SVN-r29776-4.4.1 (C) 2000-2009 MPlayer Team
141 audio & 306 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing dvdnav://.
libdvdnav: Using dvdnav version MPlayer-custom
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: COOL_HAND_LUKE_SPECIAL_EDITION  
libdvdnav: DVD Serial Number: 38EB5E5B
libdvdnav: DVD Title (Alternative): COOL_HAND_LUKE_SPECIAL_EDITION
libdvdnav: Unable to find map file '/home/elias/.dvdnav/COOL_HAND_LUKE_SPECIAL_EDITION.map'
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
Couldn't open DVD device: /dev/dvd (Input/output error)
No stream found to handle url dvdnav://

Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

#2 2010-01-12 07:51:53

Dheart
Member
From: Sofia, Bulgaria
Registered: 2006-10-26
Posts: 956

Re: Mplayer can't play DVD: libdvdnav?

mplayer has shitty support for dvd, use vlc for dvds. Even if the dvd runs, there wouldn't be any menues (mplayer is compiled without dvdmenu support AFAIK, unlike vlc)


My victim you are meant to be
No, you cannot hide nor flee
You know what I'm looking for
Pleasure your torture, I will endure...

Offline

#3 2010-01-12 09:59:25

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: Mplayer can't play DVD: libdvdnav?

MPlayer actually supports dvd menus quite well.

pw_f100_220, DVDs actually shouldn't be mounted to play them, so unmount it. Other than that, no real idea how to help you, except some guessing - delete (or move out of the way) ~/.dvdcss and ~/.dvdnav and try again.

Offline

#4 2010-01-13 03:08:43

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Re: Mplayer can't play DVD: libdvdnav?

I'm not worried about menus, and I have very limited space...getting mplayer to work is worth the trouble if I don't have to install vlc...not that vlc is bulky or large by any means:)

I tried the guesses...nothing...it worked in ubuntu a couple months ago (food for thought)

thanks so far

Last edited by pw_f100_220 (2010-01-13 03:09:31)


Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

#5 2010-01-13 03:36:00

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Re: Mplayer can't play DVD: libdvdnav?

just for fun, i installed vlc temporarily to see what it had to say, and it looks like the same errors:

libdvdnav: Using dvdnav version 4.1.3
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: COOL_HAND_LUKE_SPECIAL_EDITION  
libdvdnav: DVD Serial Number: 38EB5E5B
libdvdnav: DVD Title (Alternative): COOL_HAND_LUKE_SPECIAL_EDITION
libdvdnav: Unable to find map file '/home/elias/.dvdnav/COOL_HAND_LUKE_SPECIAL_EDITION.map'
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.

grrr.  argh.


Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

#6 2010-01-13 06:05:28

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: Mplayer can't play DVD: libdvdnav?

Not sure if this matters but how did you compile mplayer's dvd options? I usually do:

 --disable-dvdread-internal --disable-libdvdcss-internal

and make sure I have libdvdcss, libdvdread-svn, and libdvdnav-svn installed before compiling. Also, even though I got mplayer to play dvds I noticed that it would tear sometimes (but this is due to my Intel graphics card) and I tried xine (xine-lib and xine-ui) and it does everything flawlessly. I still like mplayer though but this is food for thought.

Offline

#7 2010-01-15 07:16:10

BlueRain
Member
Registered: 2010-01-12
Posts: 6

Re: Mplayer can't play DVD: libdvdnav?

Try this:

mplayer dvd://1 -dvd-device /dev/dvd

From here, http://www.mplayerhq.hu/DOCS/HTML/en/dvd.html

Offline

#8 2010-02-04 23:52:42

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Re: Mplayer can't play DVD: libdvdnav?

well, no matter what, libdvdnav fails.

However!  I have another dvd that does work.  No problem.
So the problem is playing this specific dvd, or type since others failed as well...I'll look through other threads.  Thanks.

Last edited by pw_f100_220 (2010-02-04 23:57:06)


Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

#9 2010-02-04 23:54:12

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: Mplayer can't play DVD: libdvdnav?

try with mplayer dvdnav://


Give what you have. To someone, it may be better than you dare to think.

Offline

#10 2010-02-05 00:21:47

pw_f100_220
Member
From: about
Registered: 2009-12-03
Posts: 107

Re: Mplayer can't play DVD: libdvdnav?

I did.  libdvdnav still fails, but it does print different output:

Playing dvdnav://.
libdvdnav: Using dvdnav version MPlayer-custom
libdvdread: Using libdvdcss version 1.2.10 for DVD access
libdvdnav: DVD Title: COOL_HAND_LUKE_SPECIAL_EDITION  
libdvdnav: DVD Serial Number: 38EB5E5B
libdvdnav: DVD Title (Alternative): COOL_HAND_LUKE_SPECIAL_EDITION
libdvdnav: Unable to find map file '/home/elias/.dvdnav/COOL_HAND_LUKE_SPECIAL_EDITION.map'
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
Couldn't open DVD device: /dev/dvd (Input/output error)
No stream found to handle url dvdnav://

Whatever that means.

Works with Looney Tunes!


Sometimes I just want people to expect me to do what I would do instead of what most people would do.

Offline

#11 2010-02-05 01:34:15

dyscoria
Member
Registered: 2008-01-10
Posts: 1,007

Re: Mplayer can't play DVD: libdvdnav?

milomouse wrote:

Not sure if this matters but how did you compile mplayer's dvd options? I usually do:

 --disable-dvdread-internal --disable-libdvdcss-internal

and make sure I have libdvdcss, libdvdread-svn, and libdvdnav-svn installed before compiling. Also, even though I got mplayer to play dvds I noticed that it would tear sometimes (but this is due to my Intel graphics card) and I tried xine (xine-lib and xine-ui) and it does everything flawlessly. I still like mplayer though but this is food for thought.

hmm i have much more success relying on the internal mplayer stuff (so I don't have libdvdnav, libdvdread or libdvdcss installed).

all dvd's work great at the moment. some dvd menus are a little bit dodgy, but overall pretty damn good (note: i'm using very recent self compiled mplayer)


flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)

Offline

#12 2010-02-05 14:36:23

milomouse
Member
Registered: 2009-03-24
Posts: 940
Website

Re: Mplayer can't play DVD: libdvdnav?

@dyscoria: Since I changed laptops (from nVidia to Intel graphics - don't ask) I haven't had much success with mplayer on a DVD level. I always self compile so that's not really an issue. Recently I updated from the git repo again and I get mplayer to run dvdnav:// without tearing. This is still using external dvd libs, although I may create a second build with a different name to test out the internal libraries, just for comparison for my system. In the past I had horrible experience with internal libs but maybe that has changed with my change in computers...

@pw_f100_220:  What version of mplayer are you using? I've always had good experience with mplayer-mt-git from the AUR, even on different computers. Also, have you made sure to set your regioncode? Some dvds don't have a region code so that's why they play and some others dont. There's a program called "regionset" can set your region code if this is the problem.

Offline

Board footer

Powered by FluxBB