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

2018-04-09 Thread FFmpeg
#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 tmm1):

 hls_list_size + 1 sounds good to me.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

2018-04-09 Thread FFmpeg
#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: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


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

2018-04-09 Thread FFmpeg
#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: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac