Start with a time stamp of more than the duration of the video. #4638
Zuldek1994822
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this.dsh.seek(Math.min(2222, this.dsh.duration() - 1))
Everything is fine, but if the user specifies a time exceeding the duration of the video. The end of playback event is not responding.
playbackEnded
I have to set a limit and subtract 1 second as
Math.min(2222, this.dsh.duration() - 1)
Am I doing everything right or is there another way out?
Beta Was this translation helpful? Give feedback.
All reactions