[FFmpeg-trac] #5574(undetermined:new): unacceptable latency to convert rtsp to hls with ffmpeg

FFmpeg trac at avcodec.org
Wed May 18 11:43:26 CEST 2016


#5574: unacceptable latency to convert rtsp to hls with ffmpeg
-------------------------------------+-------------------------------------
             Reporter:  fanniewang   |                    Owner:
                 Type:  sponsoring   |                   Status:  new
  request                            |                Component:
             Priority:  important    |  undetermined
              Version:  2.7.3        |               Resolution:
             Keywords:  ffmpeg       |               Blocked By:
  version 2.7.git                    |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by oromit):

 In order to play HLS the player has to download the last 3 segments of the
 list in advance. So you allways have at least a delay of segmentTime*3.
 There is nothing ffmpeg can do about that, that's just how HLS and similar
 systems work.

 Best you can do is reduce the length of your segments. But as each segment
 has to start with an I frame, there is a limit in how short you can make
 them.

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


More information about the FFmpeg-trac mailing list