I am trying to get the thumbnail of the video using the following code.
UIImage *thumbnail = [mp thumbnailImageAtTime:0 timeOption:MPMovieTimeOptionNearestKeyFrame];
But i want to know how can i get the thumbnail of the video without sending any request to the server?