0

When we play an online video through MPMoviePlayerViewController there will be some buffer time in all the cases. Is there any way by which we can capture the buffer time. My perception was that there should be some callback methods which gets invoke at start and stop buffering but I did not find any in documentation.

Any help will be appreciated.

kaustubh
  • 90
  • 1
  • 7
  • The movieplayer sends lots of notifications by the look of it. – trojanfoe Feb 11 '16 at 07:36
  • yes but I couldn't find any one related to buffering. Please guide me incase you know any by the help of which I can know the start and stop time of buffer. – kaustubh Feb 11 '16 at 07:41
  • isn't the buffering time the difference between the time the view controller was loaded and the time you get a `MPMoviePlayerPlaybackStateDidChangeNotification` notification telling you playback has started? – trojanfoe Feb 11 '16 at 07:48

0 Answers0