[FFmpeg-user] weird seek behaviour in hls streams
Gyan Doshi
gyandoshi at gmail.com
Wed Apr 18 13:30:52 EEST 2018
On 4/18/2018 3:19 PM, Daniel Oberhoff wrote:
> Ok, i investigated some further. The source of the problem seem to be the start offsets that are “weird” around hls. For one all our hls recordings report a start offset of 1.4s, and we have no idea where that is from (the source has no such offset).
I haven't looked at your console output yet, but this is the
demux/decode delay used in MPEG-TS files.
Add -muxdelay 0 to your HLS generation command to skip this offset.
Regards,
Gyan
More information about the ffmpeg-user
mailing list