[mythtv-commits] Ticket #6641: MythFrontEnd can't play ISO9660 DVD

MythTV mythtv at cvs.mythtv.org
Sat Jun 20 05:54:23 UTC 2009


#6641: MythFrontEnd can't play ISO9660 DVD
-------------------------------------+--------------------------------------
 Reporter:  gdisol <gdisol at usa.net>  |       Owner:  ijr    
     Type:  defect                   |      Status:  new    
 Priority:  minor                    |   Milestone:  unknown
Component:  MythTV - General         |     Version:  unknown
 Severity:  medium                   |     Mlocked:  0      
-------------------------------------+--------------------------------------
 I debugged libdvdnav to understand the why we have a DVDopenFileUDF  error
 with ISO9660 disks:

 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 ?????
 Thanks

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6641>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list