Nikita Belousov

Results 31 comments of Nikita Belousov

I've taken a look at this issue again and figured out that it's instantiating `AVPlayer` with an item that triggers the download. This wasn't the case before, apparently Apple has...

I’m sorry for the crashes. Most likely it’s due to the race conditions. Adding a private queue may do it

I agree that the work of `ResourceLoaderDelegate` should be done on a global queue. At the same time, the delegate calls should be performed on the main queue.

@mohamedrafi-rapid was it resolved in https://github.com/neekeetab/CachingPlayerItem/issues/46 ?

The data is stored in `ResourceLoaderDelegate.mediaData`. Technically, when you lose the reference to the `CachingPlayerItem` it should be released from the memory along with all of it's internals. There may...

There's no caching done by CachingPlayerItem. It only gives you the raw Data via a delegate, and it's up to you how to cache it (and how to delete it...

Hi, Sorry for late response. Have you noticed anything common to all those videos that won't play? Can you provide a link to a video that reproduces the error?