[MPlayer-users] Problematic DVD [SOLVED]

jezz at hkfree.org jezz at hkfree.org
Fri Sep 19 21:54:25 CEST 2008


Hi,
according to UDF spec this DVD is broken. I tried to discover, why some players
are ok (totem-xine on my system). Totem mounts the DVD and then plays files
directly. From mplayer I can play VOB directly, but there is garbage in video
(CSS?). DVDNav is not working. Kernel reads this DVD as ISO 9660 filesystem. So
can libdvdread. I have implemented ISOFindFile(...) function from this spec:
http://alumnus.caltech.edu/~pje/iso9660.html
When file can't be located with UDF functions, then we can try ISO. This fix
conforms with standards and plays my disks :)
ISOFindFile is used as fallback - may be we can allow user to change the order
with environment variable?
Any comments are welcome.

On Pá  5.zář, Nico Sabbi wrote:
> On Friday 05 September 2008 17:58:31 jezz at hkfree.org wrote:
> > Hi,
> > I have found the problem. It is in UDF structure. In ICB for
> > /VIDEO_TS/VTS_37_0.VOB there is Tag Identifier 262 (Extended
> > Attribute Header Descriptor) instead of common 261 (File Entry). I
> > don't read UDF spec, so I don't know if this is correct, but with
> > attached patch I can play this DVD.
> >
> > Jezz
> >
> > On So 30.srp, jezz at hkfree.org wrote:
> > > Hi,
> > > I have one DVD, that I can't play with mplayer. Some players are
> > > fine. This dvd contains movie and boring tracks with
> > > advertisments, etc. But I can't play track with movie (track 37).
> 
> interesting. Is there any publicly available spec regarding UDF?
> Thanks for the patch, but before committing it I have to verify that
> it's correct
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users

-- 
Jezz
mail:   jezz at hkfree.org
jabber: jezz at njs.netlab.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: iso9660.patch
Type: text/x-diff
Size: 17256 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20080919/20d9a079/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20080919/20d9a079/attachment.pgp>


More information about the MPlayer-users mailing list