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
198 stars 14 forks source link

HLS: Wrong segment duration in m3u8 #93

Closed nschlia closed 2 years ago

nschlia commented 2 years ago

The HLS segment duration (#EXT-X-TARGETDURATION:) is always 10, anything set with --segment_duration is ignored.

Fixed with commit 068f912dbde1ac286e950b892f7e4b3e6f4261d8

nschlia commented 2 years ago

Fixed.