nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
206 stars 14 forks source link

HLS positioning fails for DVD/Bluray sources #51

Closed nschlia closed 4 years ago

nschlia commented 4 years ago

Positioning fails for DVD/Bluray sources:

Feb 22 23:13:35 plattenlurch ffmpegfs[13205]: 2020-02-22 23:13:35 ERROR  : [/mnt/ffmpegfs/hls/5M/multimedia1/01. Chapter 003 [05-47.547]+.ts] SEEK PTS 90000000 - duration 347547200 segment_no 10
Feb 22 23:13:35 plattenlurch ffmpegfs[13205]: 2020-02-22 23:13:35 INFO   : [/mnt/ffmpegfs/hls/5M/multimedia1/01. Chapter 003 [05-47.547]+.ts] Starting HLS segment no. 10.
Feb 22 23:13:35 plattenlurch ffmpegfs[13205]: 2020-02-22 23:13:35 ERROR  : [/mnt/ffmpegfs/hls/5M/multimedia1/01. Chapter 003 [05-47.547]+.ts] AUDIO PTS 4637050000 - duration 347547200

Probably the start time must be set. Play file sources work.

nschlia commented 4 years ago

Works now as desired.