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>
Exporting physical blurays
Re: Exporting physical blurays
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!
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!
Re: Exporting physical blurays
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.
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.