Im trying to play a video in a custom table view cell. I am trying to accomplish a feed like Facebook where the video starts playing when cell becomes fully visible.
Im using a back-end service (parse.com) and I'm grabbing the url for the video that has been uploaded.
Should i use the AVframework or the MPMoviePlayerController or implement a web-view?