I'm using AVPlayer to play video. I use AVPlayer pause
to pause the player. But observing with Charles shows that the stream segments are still being downloaded when the player is in paused state.
I found AVPlayer buffering, pausing notification, and poster frame but they said it was
AVPlayer will buffer the video in several cases, none cleary documented
Is this normal behavior? How to make buffering pause when player pauses?