[FFmpeg-trac] #7131(undetermined:new): -f hls -hls_list_size X -hls_flags delete_segments does not delete all old segments

FFmpeg trac at avcodec.org
Tue Apr 10 05:55:19 EEST 2018


#7131: -f hls -hls_list_size X -hls_flags delete_segments does not delete all old
segments
-------------------------------------+-------------------------------------
             Reporter:  tmm1         |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by stevenliu):

 That is because the vs->nb_entries = 0 hls_list_size times, and +1 to
 hls_list_size, the it is n = 2 * hls_list_size + 1, if this is not good,
 what about save the segments to hls_list_size + 1 ?

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


More information about the FFmpeg-trac mailing list