[FFmpeg-trac] #7305(undetermined:new): HLS: hls_init_time stopped working?

FFmpeg trac at avcodec.org
Fri Jul 6 16:49:35 EEST 2018


#7305: HLS: hls_init_time stopped working?
-------------------------------------+-------------------------------------
             Reporter:  barhom       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 hls_init_time used to work, doesnt seem to be working anymore.


 How to reproduce:

 {{{
 ffmpeg -i "ANY_INPUT_FILE" -map 0:0 -map 0:1 -c:v libx264 -preset
 superfast -g 50 \
 -keyint_min 100 -sc_threshold 0 -b:v 900k -maxrate 900k -bufsize 2000k \
 -filter:v yadif -c:a aac -b:a 64k \
 -f tee "[f=mpegts]udp://239.240.0.109:3301?buffer_size=1316&pkt_size=1316|
 \[f=hls:hls_init_time=4:hls_time=8:hls_list_size=10:hls_start_number_source=epoch:hls_flags=delete_segments+discont_start+program_date_time]/tmp/test/playlist.m3u8"
 }}}


 The produced segments are 4seconds long and will never change to become 8
 seconds.

 Expected behavior:
 4s to start for 10 segments
 8s after the initial 10 segments

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


More information about the FFmpeg-trac mailing list