This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Description
Issue Summary
A brief but thorough description of the issue.
Reproduction Steps
repeat the following code several times
playerView.player.reset()
self.playerView.player.setURL(#validUrl)
playerView.player.play()
Expected Behavior
after setURL player status becomes AVPlayerItemStatusReadyToPlay regardless of repetition
Actual Behavior
player status permanently becomes AVPlayerItemStatusUnknown and will not recover with reset