ios,avplayer,hls,avplayeritem,seektotime
I've been told by Apple that this is not a bug, but a feature. They've made the buffer bigger since iOS 8.
ios,swift,avfoundation,avplayer,seektotime
As I can understand you are trying to start your audio not from the beginning. In this case: You need to use seekToTime import UIKit import AVFoundation class ViewController: UIViewController { var myPlayer:AVPlayer? = nil override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically...