Hi, I’m trying to create a minimum latency live event (input RTMP output HLS) that includes transcoding.
I encoded the input stream with I frame every 2s and I reduced the HLS segments duration to 4s (cupertinoChunkDurationTarget) and I have cupertinoPlaylistChunkCount = 3 (default) and I have around 18s of delay. Are there other changes that I can do in order to minimize this delay (in transcoder, or …)
Thanks