cladera / videojs-offset

VideoJS plugin for play a segment of a video.
MIT License
64 stars 43 forks source link

why palyer.offset is not a function #75

Open hudi02 opened 3 years ago

hudi02 commented 3 years ago

my code like: player = videojs(document.getElementById('preview_video'), option, () => {}); const videoEl = that.$el.querySelector('#preview_video video'); player.offset({ start: 1000, end: 3000, restart_beginning: false, }); TypeError: player.offset is not a function?

fanlinhao0811 commented 3 years ago

No reference ‘offset’? require('videojs-offset')

ahmedkh19 commented 1 year ago

Use Browserify