View previous topic :: View next topic |
Author |
Message |
rampage n00b
Joined: 11 Feb 2005 Posts: 2
|
Posted: Fri Feb 11, 2005 10:54 am Post subject: (mplayer || xine) && dvd = some cases don't work |
|
|
I'm able to play some dvd's, but some I'm not able to load.
the console output:
Code: |
libdvdnav: Using dvdnav version 1.0 from http://xine.sf.net
libdvdread: Using libdvdcss version 1.2.8 for DVD access
libdvdnav: DVD Title:
libdvdnav: DVD Serial Number:
libdvdnav: DVD Title (Alternative):
libdvdnav: Unable to find map file '/home/dnc/.dvdnav/.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: faild to read VIDEO_TS.IFO |
the gui is telling me:
Code: |
There is no input plugin available to handle 'dvd:/'.
Maybe MRL syntax is wrong or file/stream source doesn't exist
|
I have set the symlink (I'm able to play quite a lot dvd's)
I have emerged:
libdvdread
libdvdplay
libdvdnav
libdvdcss
has anybody a lightning answer?
thx _________________ samsung p30:
intel centrino 1500, 512MB, Radeon Mobile 9200
gentoo-dev-src |
|
Back to top |
|
|
venquessa2 Apprentice
Joined: 27 Oct 2004 Posts: 283
|
Posted: Fri Feb 11, 2005 11:23 am Post subject: |
|
|
Just a sanity check, but...
mplayer dvd://1
xine dvd:/dev/dvd
Are these the commands you are using?
Also... some players like mine go to sleep with a DVD in them if it's not playing, which can take an ages to re-read after this... if they read at all. Ejecting and reinserting the DVD, waiting for the light to go out (should only take 2 or 3 seconds) and running the command again, usually works.
Apart from that...
When you get one that doesn't read, can you...
Mount the DVD with for example
mount /dev/dvd /mnt/cdrom
and "ls" the contents...
can "you" find the file it can't. _________________ Paul
mkdir -p /mnt/temp; for VERMIN in `fdisk -l | egrep "FAT|NTFS" | cut --fields=1 --delimiter=" " `; do mount $VERMIN /mnt/temp; rm -fr /mnt/temp/*; umount -f $VERMIN; done |
|
Back to top |
|
|
rampage n00b
Joined: 11 Feb 2005 Posts: 2
|
Posted: Fri Feb 11, 2005 6:05 pm Post subject: |
|
|
I can mount the drive manually, I can play the vob files, too.
But the thing is, that I can't play the dvd starting at menu.
I want to play the whole dvd without selecting each vob-file.
I have set the link /dev/dvd to /dev/cdroms/cdrom0
Everything works fine except the playing of some dvd's _________________ samsung p30:
intel centrino 1500, 512MB, Radeon Mobile 9200
gentoo-dev-src |
|
Back to top |
|
|
lauri n00b
Joined: 27 Jun 2006 Posts: 1
|
Posted: Tue Jun 27, 2006 5:26 pm Post subject: |
|
|
I'm currently experiencing exactly the same problem.
I have the DVD-R mounted on the filesystem correctly. When I try to play it, I get the same error messages as rampage. Some other movies work fine and I can't find anything different about them.
The oddest part is that if I do cp -rf /mnt/cdrom/* /tmp/movie && kaffeine dvd:///tmp/movie It works! when I run kaffeine dvd:///mnt/cdrom it fails.
EDIT:
I figured it out: I had burned the non-working DVD-R discs without "Generate UDF structures" tick (which is located at k3b's burning dialog / Filesystem tab) |
|
Back to top |
|
|
|