I have a special use case where I need to track the response header from AVPlayer when it is streaming an HLS list. I searched the Internet and read the AVPlayer documentation and did not find a specific way to get this. I know that there is a way to get the HTTP response headers from the request made by the application, but I could not find anything to get the response header for the requests made by AVPlayer.
source share