Exporting physical blurays
Posted: Tue Apr 21, 2020 10:17 am
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>
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>