Is it possible to redirect a manifest request in shouldWaitForLoadingOfRequestedResource to a different url?
I need to process some manifests manually (this part works good), while other redirect to different url.
But if I'm trying to make
[loadingRequest setRedirect:]
[loadingRequest finishLoading]
player just wait for some time and then the video failed by timeout, without any errors.
In the same delegate, manual manifest fetching and segments redirects both are working fine.