X-Git-Url: http://git.rohieb.name/www-rohieb-name.git/blobdiff_plain/c76fcceb2d921acec81f5fbe4301a88437c7f89c..73e39f64a32cdae99744de147a3d7002a461dbc4:/blag/post/libdvdread-and-iso-9660-file-systems.mdwn diff --git a/blag/post/libdvdread-and-iso-9660-file-systems.mdwn b/blag/post/libdvdread-and-iso-9660-file-systems.mdwn new file mode 100644 index 0000000..6232122 --- /dev/null +++ b/blag/post/libdvdread-and-iso-9660-file-systems.mdwn @@ -0,0 +1,22 @@ +[[!meta title="libdvdread and ISO 9660 file systems"]] +[[!meta date="2011-03-03 22:33"]] +[[!meta author="rohieb"]] +[[!meta license="CC-BY-SA 3.0"]] + +Apparently libdvdread only works with UDF file systems. I tried to point +VLC to an ISO 9660 image file, but libdvdread only complained: + + $ vlc dvd://foo.iso + libdvdread: Using libdvdcss version 1.2.10 for DVD access + 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. + $ file foo.iso + foo.iso: # ISO 9660 CD-ROM filesystem data 'CDROM + +However, after I extracted the image file to a folder, everything went +as expected. (Of course also with an image file containing an UDF file +system :-)) + +[[!tag useless_bits_of_information debugging DVD ISO9660 libdvdread UDF + vlc]]