I want to stream my capture card using HLS. I get the input well and everything seems to bo fine. The problem is the latency. I want to lessen the chunk sizes to 3 seconds or less, and put less than 5 chunks in every list. But when I run the ffmpeg as below:
ffmpeg -re -i rtmp://serveradress/live/channel -codec copy -map 0 -f segment -segment_list playlist.m3u8 -delete -segment_list_flags +live -segment_time 3 out%03d.ts the generated segments are much longer than 3 seconds. I think the problem is with iFrames. How should I fix that issue? _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
