[FFmpeg-trac] #8733(undetermined:closed): hls segments list repeated names

FFmpeg trac at avcodec.org
Sun Jun 14 04:52:40 EEST 2020


#8733: hls segments list repeated names
-------------------------------------+-------------------------------------
             Reporter:  krs_vital    |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  wontfix
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by krs_vital):

 let me explain

 if ffmpeg works for a long time sengents number will to long

 seg1.ts
 ...
 seg5555.ts

 after restart folder dont erase. therefor segments from seg5550.ts  to
 seg5555.ts will not be deleted, then segments start from seg0.ts, the next
 restart will, for example, at the seg3333.ts, therefor the segments
 seg3328.ts ... seg3333.ts will not be erased and so on...

 if parallel streams are too much, then the memory may fill up with
 unnecessary segments and then run out

 so, looping segments names (for example from seg0 to seg9) solves all the
 problem with freeing up memory...and i dont to write advanced scripts to
 control it.

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


More information about the FFmpeg-trac mailing list