swift3media-playervlcxcode8.2movieplayer

Implement movie with MobileVLCkit in Swift 3


Now, I'm using mobilevlckit library for my project.

enter image description here

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.


Solution

  • After I set

    slider value = 0.5
    slider maximum = 1
    slider minimum = 0
    

    It's worked in my project.