I'm developing video caching system for AVPlayer using AVAssetResourceLoaderDelegate. But I found out that sometimes media services reset (AVAudioSessionMediaServicesWereResetNotification notification) happens about every 10 seconds, what leads to reinitialization of all AVPlayerItem and AVPlayer objects and stuttering playback.
Have someone faced with the same problem? Probably some threading issues, or AVAssetResourceLoader limitations?
Thanks