[FFmpeg-trac] #6221(undetermined:new): Oprimize streaming delay

FFmpeg trac at avcodec.org
Sun Mar 5 19:41:58 EET 2017


#6221: Oprimize streaming delay
-------------------------------------+-------------------------------------
             Reporter:  ankit.gupta  |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Good day I am using below ffmpeg command to convert live RTSP video feed
 to .m3u8 but this command have delay of 30 seconds, any help on how to
 minimize this delay

 ffmpeg -rtsp_transport tcp -i rtsp://root:kastle@192.168.17.153/axis-
 media/media.amp -r 25 -crf 25 -preset faster -maxrate 500k -bufsize 1500k
 -c:v libx264 -hls_time 4 -hls_list_size 1 -hls_wrap 2 -start_number 1
 -rtsp_transport tcp -y Z:/playlist.m3u8

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


More information about the FFmpeg-trac mailing list