My question is that can I use AVFoundation framework to make a loading view while video is downloading from a remote server? In my project, I use parse.com to save and load my videos. I cache those videos and play them. But while the videos are downloading from parse.com, I want to set the first frame of the video in front of the video player view while downloading the video and play it after the download is completed. By changing alpha value for the first video frame, I want to give an effective feedback for a user that the video is currently loading. But I do not know how to do this with AVFoundation Framework.
Can you guys give any idea or nice open source frame work for this task?