blag: convert (and slightly improve) blogposts from rohieb.wordpress.org
[www-rohieb-name.git] / 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 (file)
index 0000000..6232122
--- /dev/null
@@ -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]]
This page took 0.030361 seconds and 4 git commands to generate.