Post

Replies

Boosts

Views

Activity

Reply to AVAssetResourceLoadingRequest dataRequest issue
It's been a while since I worked with this API, but I think what might be happening is that the AVPlayer is trying an optimistic request first ("give me all the data"), and then when it sees what the response rate is (how quickly you callback, and with how much data), it's then cancelling the request for everything, and is going to make some more reasonable ranged requests afterwards.Do you get any further requests after the cancel?
Feb ’20