Question about creating a fuse fs for blue ray.
Posted: Sat Nov 26, 2011 3:52 pm
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 library (low level and higher level calls) to get information and content from the cdrom.
Is something simular possible for blue ray? It's more complicated as I understand cause:
a. encryption
b. keys
c. legal things
Is it worth and legal (not running into trouble here) when creating a fuse fs , say fuse-blueray??
Stef Bon
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 library (low level and higher level calls) to get information and content from the cdrom.
Is something simular possible for blue ray? It's more complicated as I understand cause:
a. encryption
b. keys
c. legal things
Is it worth and legal (not running into trouble here) when creating a fuse fs , say fuse-blueray??
Stef Bon