because an urlAsset object(at iOS 13) requests a whole content immediately after the "bytes=0-1" request: "bytes=0-"
as it requests a whole range there is no Content-Range in response from server and the received piece of data is not interpreted as valid.
Hi,
I'd recommend to make a such or like this change:
inside the DVAssetLoaderDelegate.m
change
into
because an urlAsset object(at iOS 13) requests a whole content immediately after the "bytes=0-1" request: "bytes=0-" as it requests a whole range there is no Content-Range in response from server and the received piece of data is not interpreted as valid.