我们如何使用 video.js 来做到这一点我最初的想法是我们可以在视频结束时触发播放。
伪代码
for (int i = number_of_times_to_loop, i>=0, i--) {
see if the timer of the video reached the end {
trigger play from start
}
}
我们如何使用 video.js 来做到这一点我最初的想法是我们可以在视频结束时触发播放。
伪代码
for (int i = number_of_times_to_loop, i>=0, i--) {
see if the timer of the video reached the end {
trigger play from start
}
}