update blag post 'New Blag, yay!': also works with IPv6 now!
[www-rohieb-name.git] / blag / post / libdvdread-and-iso-9660-file-systems.mdwn
1 [[!meta title="libdvdread and ISO 9660 file systems"]]
2 [[!meta date="2011-03-03 22:33"]]
3 [[!meta author="rohieb"]]
4 [[!meta license="CC-BY-SA 3.0"]]
5
6 Apparently libdvdread only works with UDF file systems. I tried to point
7 VLC to an ISO 9660 image file, but libdvdread only complained:
8
9 $ vlc dvd://foo.iso
10 libdvdread: Using libdvdcss version 1.2.10 for DVD access
11 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
12 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
13 libdvdread: Can't open file VIDEO_TS.IFO.
14 $ file foo.iso
15 foo.iso: # ISO 9660 CD-ROM filesystem data 'CDROM
16
17 However, after I extracted the image file to a folder, everything went
18 as expected. (Of course also with an image file containing an UDF file
19 system :-))
20
21 [[!tag useless_bits_of_information debugging DVD ISO9660 libdvdread UDF
22 vlc]]
This page took 0.055732 seconds and 5 git commands to generate.