Exporting physical blurays

The place to discuss linux version of MakeMKV
Post Reply
thetoad
Posts: 233
Joined: Thu Jul 28, 2016 4:18 am

Exporting physical blurays

Post by thetoad »

built a fuse file system (in go) that enables one to take their physical buray in their drive and mount decrypted m2ts files (1 per playlist).

this can then be further exported via samba (tested by playing on kodi on my android tv)

https://github.com/sjpotter/bluray-http ... tree/bd-fs (i.e. branch bd-fs)

git cone https://github.com/sjpotter/bluray-http-server
git checkout bd-fs
go build ./cmd/bd-fs

LD_PRELOAD=/usr/lib/libmmbd.so.0 bd-fs <device> <mount point>
Lost Dog
Posts: 14
Joined: Mon Mar 09, 2020 9:24 pm

Re: Exporting physical blurays

Post by Lost Dog »

Interesting... I may play around with this a bit.

Question however, what happens in the case of a bluray like done by Lion's Gate where they use the protection that generates 100's of fake playlists? Does your system suddenly get overloaded by many fake mount points?

Thanks!
thetoad
Posts: 233
Joined: Thu Jul 28, 2016 4:18 am

Re: Exporting physical blurays

Post by thetoad »

its one mount point per bluray (physical or image). you would see a lot of m2ts files, but if you knew the right playlist was X, you would just play X.m2ts

yea relaized my initial post was unclear.

this "mounts" a bluray but instead of seeing the blurays file system, this contents of the mounted file system are just m2ts files that correspond to individual bluray playlists.
Post Reply