Hello, we are using ffmpeg to take rtsp video and create an m3u8 so we can stream the video to phones and computers via HLS.

It works but it takes about 15 seconds for the m3u8 to be created.

We have tried everything we can think of to speed it up. Just trying to get the video to start quicker.

Right now it takes about 15 seconds for the video to start. We need to cut it in half.
Anyone have any suggestions?

The chunk size and keyframe are both set to 3 right now.

Thanks for your time!