0

我正在寻找一个 HTML5 视频播放器,它允许:

(i)(以编程方式)在时间条上标记感兴趣的片段,以便用户可以快速跳转到该部分。类似于 YouTube 的东西。如下所示,#视频中有趣的部分在哪里。

-------#######---------##-------------##----------------

(ii) (以编程方式)在给定时间播放视频。所以javascript:play(5)将跳到视频的第 5 分钟。

有没有这样的东西是免费的?

谢谢

4

1 回答 1

0

Code cue points in this player will be useful. http://knowledge.kaltura.com/javascript-api-kaltura-media-players#HandlingCodeCuePoints Also check the comparison of the players http://html5video.org/wiki/HTML5_Video_Player_Comparison

于 2012-08-14T13:07:50.780 回答