Hi All,
using following command for RTSP to http streaming\
ffmpeg -rtsp_transport tcp -i {RTSP} -c:v libx264 -crf 35 -preset ultrafast
-maxrate 3M -bufsize 300k -r 10 -g 20 -movflags +faststart -tune
zerolatency -hls_time 1 -hls_list_size 4 -hls_wrap 4 -start_number 1
-hls_allow_cache 0 -threads
Hi All,
Need help regarding resources utilization of ffmpeg while generating .m3u8
from RTSP feed.
I am using following command for .m3u8 generation from RTSP
ffmpeg -rtsp_transport tcp -i {RTSP} -c:v libx264 -crf 35 -preset ultrafast
-maxrate 3M -bufsize 100K -r 50 -g 100 -movflags +faststart -
Hi All,
I am using below command for RTSP to .m3u8 conversion and saving it to
amazon s3 bucket. I am able to get camera view with a delay of approx 10-12
second. Any idea on further optimization of this command to minimize delay
and flickering.
ffmpeg -rtsp_transport tcp -i rtsp://
root:kastle@1