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
Hello! Huge thanks for the library.
I found strange behavior that VideoPlayerView blinks after play method called second time
My workaround for now looks like this: playerView.playerLayer.player?.play()
I can try to fix it by myself, if you have some thoughts, considerations or additional information let me know, cheers!
The text was updated successfully, but these errors were encountered:
Is it that the player "blinks"? Or is it because the playerView.play() will reload the asset and basically restarts the whole pipeline?
I noticed this, and I maintain a "first-run" part where the video player gets the asset, and all subsequent calls are to the player.play (as you have done).
Hello! Huge thanks for the library.
I found strange behavior that VideoPlayerView blinks after play method called second time
My workaround for now looks like this:
playerView.playerLayer.player?.play()
I can try to fix it by myself, if you have some thoughts, considerations or additional information let me know, cheers!
The text was updated successfully, but these errors were encountered: