You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered: