Actions
Feature #2054
open.vdr through ps2ts or similar for BluRay players / SmartTVs / PlayStations
Start date:
01/07/2015
Due date:
% Done:
0%
Estimated time:
Description
Many recent clients are only able to render TS (not PES anymore), but both file types are indistinguishable by extension as .mpg once the DLNA server (e.g. MediaTomb or serviio which might otherwise be able to transcode .vdr to TS) accesses the vdrnfofs mount, making this FUSE the last point where on-the-fly .vdr conversion might be attempted e.g. through ps2ts from tstools.
Updated by etobi almost 10 years ago
An on-the-fly "transcoding" / remapping from a PS to a TS file at the FUSE/file system level would be quite challenging. I don't think this would be possible at all, without converting the whole stream upfront.
But having different file extensions for files mapped to *.ts or *.vdr can certainly be done. I'll take a look at this.
Actions