I create a UIWebview that load a web page containing inline video player with m3u8 format. It is important that the video need to pass an authentication from server. In application, it is now using URLProtocol to handle the authentication challenge from server.
It is success to load the video in iOS 11 but failed in iOS 10.
I capture the log in URL Protocol and observe that the video keep in downloading .ts file for video playing in URLProtocol level.
But in iOS 10, there is no log which is asking for .ts file.
Is there any different for the inline video player behaviour between iOS 11 & iOS 10 ?