AVPlayer throwing : "Internal error: restarting too far ahead"

Viewed 5359

I am observing KVO AVPlayerItemNewErrorLogEntryNotification of the AVPlayer and I find the following error:

  • errorStatusCode:-12645 errorDomain :CoreMediaErrorDomain errorComment:Internal error: restarting too far ahead (-1.4084s)

I am unable to understand what the below line really means.

"Internal error: restarting too far ahead"

Can anyone help me to find the root cause of this issue.

2 Answers
Related