iOS 10.3.3 AVPlayer can not play video from this URL, but lower iOS version works.

the url of video is http://videocdn.yesoulchina.com/original/HD/yesoul_HD_2017-07-14_1699.mp4

In iOS 10.3.3, I can not play this URL with AVPlayer, but lower iOS version works fine.


I Observed the `timeControlStatus` of AVPlayer, and find out the value keeping switching between AVPlayerTimeControlStatusPaused and AVPlayerTimeControlStatusPlaying.

the `reasonForWaitingToPlay` is AVPlayerWaitingToMinimizeStallsReason .

I am sure that my networking is fine, because I can play this URL in lower iOS version in same enviroment.


the test code is in branch "VideoURL" of repo https://github.com/casatwy/CTVideoPlayerView.git.

After doing pod update, run the app and the first "Single Remote Video".

If anyone need more infomation about this issue, feel free to ask me.