Re: libdvdread: Can't seek to block 256
H}kan Hjort <[email protected]>
| Newsgroups | gmane.comp.video.ogle.user |
|---|---|
| Message-ID | <[email protected]> |
Wed Dec 17 2003, Tom Ghyselinck wrote: > > Hi, > > I've tried to play a self made DVD. > I always get the next error: > vm: faild to read VIDEO_TS.IFO > I checked the DVD and it contains video_ts.ifo instead of VIDEO_TS.IFO > All the other files on the DVD aren't in capitals either. > Could this be the problem and is it possible to correct this in > libdvdread2 or should I try to search for another solution? > libdvdread tries with both cases when accessing a directory. For device access it uses an built in UDF (filesystem) parser. libdvdread: Can't seek to block 256 actually means that the seek call faild, nothing to do with VIDEO_TS.IFO other than that this is the first file that we try to access. Search the archives and you'll find that we've gotten bug reports of this several times already. It seems to be a kernel/compiler/drive issue. Switching to ide-scsi seems to cure the problem for many. Others have reported success after inserting a CD first. Recompiling libdvdread and/or libdvdcss could fix it. There is a debug tool on our site also, see http://www.dtek.chalmers.se/groups/dvd/dist/dvd_test.tar.gz That should print a bunch of information ablut the drive and disc. It doesn't use libdvdread or libdvdcss so if that still sees the error then it's most likely not a bug in them. -- Håkan Hjort