[FFmpeg-trac] #5988(avformat:open): hls muxer: missing EXT-X-DISCONTINUITY tag after playlist append

FFmpeg trac at avcodec.org
Sun Dec 4 16:41:31 EET 2016


#5988: hls muxer: missing EXT-X-DISCONTINUITY tag after playlist append
-------------------------------------+-------------------------------------
             Reporter:  pero         |                    Owner:  stevenliu
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  hls          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by pero):

 Thx stevenliu!
 I tried your patch, but it's not solve this issue.

 Maybe I was not clear enough. If ffmpeg stops at segment output83.ts, than
 after restart the playlist should be like this:


 {{{
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-TARGETDURATION:4
 #EXT-X-MEDIA-SEQUENCE:81
 #EXTINF:4.000,
 output81.ts
 #EXTINF:4.000,
 output82.ts
 #EXTINF:2.601089,
 output83.ts
 #EXT-X-DISCONTINUITY
 #EXTINF:4.000,
 output84.ts
 #EXTINF:4.000,
 output85.ts
 }}}

 But the EXT-X-DISCONTINUITY tag is missing.

 Thanks

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5988#comment:6>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list