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

FFmpeg trac at avcodec.org
Fri Jun 12 17:01:19 EEST 2020


#8733: hls segments list repeated names
-------------------------------------+-------------------------------------
             Reporter:  krs_vital    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 i trying to set repeated numbering names fro hls segments which should be
 called 0.ts ... 9.ts and so on in a circle...

 ffmpeg version N-98130-g38737b3 Copyright (c) 2000-2020 the FFmpeg
 developers

 command:

 /usr/local/bin/ffmpeg -dts_delta_threshold 3600 -err_detect ignore_err
 -rtpflags +skip_rtcp+h264_mode0 -rtsp_flags +prefer_tcp -rtsp_transport
 tcp -i rtsp://admin:1q2w3e09@172.22.56.177:554/profile1 -y -sn -dn
 -hls_time 1 -hls_flags +delete_segments+split_by_time -map 0:v
 -ignore_unknown -hls_segment_filename /hls/test/123/%00d.ts -f hls -vcodec
 copy -acodec copy /hls/test/123/index.m3u8

 i tried to set %d, %01d, %001d and so on, but names of files doesnt change
 and begin from 0 to infinity allways....

 what am I doing wrong?

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


More information about the FFmpeg-trac mailing list