可以使用videojs-markers插件源代码下载:https://github.com/spchuang/v...现将源代码下载到本地添加video.js脚本后将videojs.markers.js的脚本和样式表也添加进来。 var video = videojs('test_video'); video.markers({ markers: [ {time: 9.5, text:"this"}, {time: 16, text:"is"}, {time: 23.6,text:"so"}, {time: 28, text:"cool"} ] });
可以使用videojs-markers插件
源代码下载:https://github.com/spchuang/v...
现将源代码下载到本地
添加video.js脚本后将videojs.markers.js的脚本和样式表也添加进来。