Now, I'm using mobilevlckit library for my project.
Currently, the problem is that I don't know how to implement player slide bar button in mobilevlckit. Whatever I drag the slidebar, the video does not forward/backward.
Another problem is that Movie Duration Label. It cannot show counting the movie time. It can shows only the total duration of the movie.
I'm implementing this with Swift 3.
After I set
slider value = 0.5
slider maximum = 1
slider minimum = 0
It's worked in my project.