VIMVideoPlayer icon indicating copy to clipboard operation
VIMVideoPlayer copied to clipboard

AVPlayerItemStatusUnknown after several player.reset() and player.setUrl()

Open callmewa opened this issue 8 years ago • 2 comments

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

callmewa avatar Apr 02 '16 00:04 callmewa

Swapped out VimVideoPlayer with piemonte/Player. Problem went away

callmewa avatar Apr 02 '16 01:04 callmewa

cc @jasonhawkins

alfiehanssen avatar Apr 04 '16 15:04 alfiehanssen