There is a notification for when the player has stalled, called AVPlayerItemPlaybackStalled
, but there doesn't seem to be one for when the video is playing again. What's a good way to know that the video has unstalled? I could look for when the player current time changes but that sounds not great...
Asked
Active
Viewed 255 times
2

Guig
- 9,891
- 7
- 64
- 126
-
did you find an answer for this? – Lance Samaria Jun 20 '20 at 09:32
-
I don't think I did – Guig Jun 23 '20 at 23:23
-
There isn’t one. I did a bunch of research and came up with this: https://stackoverflow.com/a/62512592/4833705 – Lance Samaria Jun 23 '20 at 23:26