We are developing client side manifest manipulation with LLHLS. We used AVAssetResourceLoaderDelegate to load and manipulate LLHLS playlist data.
When playback with LLHLS assets, the playback latency keeps in 30s, which is lots longer than the latency(5s) by playing the asset without custom AVAssetResourceLoaderDelegate.
Is AVAssetResourceLoaderDelegate not designed for this use case?