[FFmpeg-trac] #10861(undetermined:new): hls video timing issue groups of frames play back early

FFmpeg trac at avcodec.org
Thu Feb 15 18:49:36 EET 2024


#10861: hls video timing issue groups of frames play back early
-------------------------------------+-------------------------------------
             Reporter:  diviaki      |                    Owner:  (none)
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:  hls fps      |               Blocked By:
  libx264                            |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by diviaki):

 I've been trying to understand the issue and read that timestamp issues
 can be fixed with a simple
 {{{
 ffmpeg -i video.m3u8 -c copy video_.m3u8
 }}}
 Issueing this command generates an army of warnings like this one, and
 does not fix the problem:
 {{{
 [vost#0:0/copy @ 0x28e738f0] Non-monotonic DTS; previous: 177892197,
 current: 177892197; changing to 177892198. This may result in incorrect
 timestamps in the output file.
 }}}
 Why ffmpeg created such a problematic file?
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10861#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list