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 segments are not properly separated #87

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

HLS segments sometimes contain audio or video frames that belong to the next segment, i.e, segment no. 3 should only contain frames for 30 up to (but not including) 40 seconds. It can happen that there are frames before 30 or after 40 seconds in it. This does not seem to be a problem for Chrome or Firefox, but is incorrect.