Question about creating a fuse fs for blue ray.

The place to discuss linux version of MakeMKV
Post Reply
stefbon
Posts: 2
Joined: Sat Nov 26, 2011 3:44 pm

Question about creating a fuse fs for blue ray.

Post by stefbon »

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
stefbon
Posts: 2
Joined: Sat Nov 26, 2011 3:44 pm

Re: Question about creating a fuse fs for blue ray.

Post by stefbon »

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
Post Reply