[FFmpeg-user] FFMpeg RTSP to .m3u8 conversion

ankit.gupta ankit.gupta at globallogic.com
Tue Mar 21 05:08:57 EET 2017


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?



--
View this message in context: http://www.ffmpeg-archive.org/FFMpeg-RTSP-to-m3u8-conversion-tp4679427p4679512.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list