Looks like AVPlayer's network calls does not go through URL loading system. So subclass of NSURLProtocol is not able to catch the calls.Eskimo, can you please confirm above?And how can I intercept the network requests from AVPlayer besides using a local proxy?Thanks!