I have a video file from local server like this.
http://127.0.0.1:8000/media/through_your_eyes/file0.mov
Before I play that video, I need to show image from video inside tableview. Is there an api to show image from video and when I click, it will play automatically?
My current method is I download video file and I extract image from video file. After that, I show inside my tableview. But I guess it is not quite good.