Some comments/advise please. FUSE is I think perfect for blueray, but I
do not know the interface (for example the command to read a part of a track).
Is there an API?
Stef
Search found 2 matches
- Wed Nov 30, 2011 6:52 am
- Forum: MakeMKV for Linux
- Topic: Question about creating a fuse fs for blue ray.
- Replies: 1
- Views: 5635
- Sat Nov 26, 2011 3:52 pm
- Forum: MakeMKV for Linux
- Topic: Question about creating a fuse fs for blue ray.
- Replies: 1
- Views: 5635
Question about creating a fuse fs for blue ray.
Hi, recently I've written a FUSE fs which reads tracks on an audio cdrom. See here for more info: http://code.google.com/p/fuse-cdfs/ It maintains a cached file per track, and when ever required (when sectors are not yet available in the cache) it reads these from the cdrom. It uses the libcdio libr...