[mythtv-commits] Ticket #6621: mythfrontend unable to play ISO dvds
MythTV
mythtv at cvs.mythtv.org
Sat Jun 20 05:42:16 UTC 2009
#6621: mythfrontend unable to play ISO dvds
-------------------------------------+--------------------------------------
Reporter: glemsom at gmail.com | Owner: ijr
Type: defect | Status: new
Priority: major | Milestone: unknown
Component: MythTV - Video Playback | Version: 0.21-fixes
Severity: medium | Resolution:
Mlocked: 0 |
-------------------------------------+--------------------------------------
Comment(by gdisol at usa.net):
dvd_reader.c (part of libdvdnav library) executes DVDOpenImageFile where
the variable dvd->isImageFile gets 1 that means True. After this all the
access will be done understanding that your DVD must be a UDF filesystem
compatible. If not (a IS09660 DVD) you will have the DVDOpenFileUDF
errors.
What I can't understand is why Libdvdnav is not trying to get the ISO9660
access instead of UDF specially after the the O.S. mounted the DVD as a
ISO9660 type and not UDF. The source code of Libdvdnav said that all
block/char devices or files are being access using UDF ignoring IS0 ....
So, all in all the question is : Libdvdnave will have real supoort of
ISO9660 ?????
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6621#comment:2>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list