videojs / video.js

Video.js - open source HTML5 video player
https://videojs.com
Other
37.5k stars 7.4k forks source link

Mannual setting values in video.js is not setting rangeslider.js and throwing error videojs.TextTrack.prototype.parseCueTime #6397

Closed shahabaz closed 4 years ago

shahabaz commented 4 years ago

I have asked my question here in stack over flow.

Looks like this is an issue with video.js.

I have used video.js in my application and rangeslider.js as a plugin to it. The latest range slider works perfectly fine.

I try to set the values manually from the field provided below like this.

enter image description here image

Changing the values does not change the slider and it throws below error when i try to get the set values

How do I debug this issue ?

rangeslider.js:394 Uncaught TypeError: videojs.TextTrack.prototype.parseCueTime is not a function at RangeSlider._checkControlTime (rangeslider.js:394) at constructor.videojsControlTimePanelRight.onKeyUp (rangeslider.js:1151) at HTMLDivElement.ret (video.min.js:19121) at HTMLDivElement.data.dispatcher (video.min.js:18769)

Stack Overflow Link : https://stackoverflow.com/questions/59694648/mannual-setting-values-in-video-js-is-not-setting-rangeslider-js-and-throwing-er

welcome[bot] commented 4 years ago

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. To help make it easier for us to investigate your issue, please follow the contributing guidelines.

mister-ben commented 4 years ago

This plugin? Unfortunately it looks like it's been abandoned, and is only compatible with a very old version of Video.js

shahabaz commented 4 years ago

Do you have any other suggestions for rangeslider plugin, I have managed to fix this issue in my repo https://github.com/shahabaz/rangeslider-videojs

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.