How to use seekToLiveEdge or Is there any other method to seek to at certain duration

How to use seekToLiveEdge In order to seek to a particular time duration

Hi
SeekToLiveEdge is only used to play the live edge
For live media only

In order to seek to specific position
In mobile you can use seekTo (position in millisec)
In web just set the kalturaPlayer.currentTime with the postion you want in seconds

1 Like

Thank you for quick response @gilad_nadav! :slight_smile:

I’ve one more thing to ask is that, Is there any method or function by which we can enable and disable the captions.

Hi
Thanks for the feedback

Did you check our guide on github?

You can see more documentation in the kaltura-player-js git repo