[FFmpeg-trac] #6218(undetermined:new): FFMpeg RTSP to .m3u8 conversion

FFmpeg trac at avcodec.org
Tue Mar 21 05:54:00 EET 2017


#6218: FFMpeg RTSP to .m3u8 conversion
-------------------------------------+-------------------------------------
             Reporter:  ankit.gupta  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by ankit.gupta):

 This command seems to be helping, I tested it for last one week:

 ffmpeg -rtsp_transport tcp -i {RTSP} -c:v libx264 -crf 35 -preset
 ultrafast -maxrate 3M -bufsize 100K -r 50 -g 100 -movflags +faststart
 -tune zerolatency -hls_time 1 -hls_list_size 4 -hls_wrap4 -start_number 1
 -hls_allow_cache 0 -threads 1 -loglevel warning -y {M3U8}

 Only pending issue now is its taking lot of memory and CPU resources, any
 thoughts on this?

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


More information about the FFmpeg-trac mailing list