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
Detecting changes in buffer state
In order to show an activity indicator when the player stalls, we need to register 3 observers using KVO (Key-Value Observing) on the following dynamic properties of an AVPlayerItem:
isPlaybackBufferEmpty
isPlaybackBufferFull
isPlaybackLikelyToKeepUp
https://www.cyrilchandelier.com/avplayer-buffering
The text was updated successfully, but these errors were encountered: