[FFmpeg-trac] #7034(avformat:new): HLS does not demux entire clip if start_time > 0

FFmpeg trac at avcodec.org
Thu Feb 22 12:55:03 EET 2018


#7034: HLS does not demux entire clip if start_time > 0
------------------------------------+------------------------------------
             Reporter:  ronag       |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  important   |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  hls         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by ronag):

 Seems setting http_persistent http_multiple to false seems to resolve the
 issue. Maybe these options should be considered experimental and set to
 false by default?

 {{{
 ffplay -http_persistent 0 -http_multiple 0 -i
 http://localhost:8080/file/M6nmzk2FDeesWy.m3u8
 }}}

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


More information about the FFmpeg-trac mailing list