Jerky playback from avplayer on Applying Rate greater than 2x
I want to tweak Avplayer rate , I able to do with help of [_avplayer play]; [_avplayer setRate:1.5]; Also disabled audio tracks , it is running good when it is less than 2.0. But when we apply it greater than 2X it results in Choppy or jerky video. When i googled about this - I found this one link suggesting same behaviour https://developer.apple.com/library/content/qa/qa1772/_index.html Playing at rates greater than 2.0 can result in jerky or choppy playback when the data rate or other processing requirements of playing at the specified rate exceeds the ability of AVFoundation to keep up. In