Posts

Post marked as Apple Recommended
Currently working for me just now from Australia
Post not yet marked as solved
5 Replies
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?
Post not yet marked as solved
3 Replies
We saw this exact same problems with some machines on Catalina beta 7 (FB7237260).The test code above ran fine on some of our beta 7 machines, but gave the exact same symptoms as _Rico reports on others. Turning Sandboxing off triggered the problem for those machines that were affected.It appears that the problem may be resolved in beta 8