Some context for the question:
- I know there is no event in the API to track seeking on the video.
- video.js is a very good player but there is no out of the box support for youtube. And I didn’t find a reliable enough plugin to use.
- I know it is possible to build custom player controls. This is what I plan to do. The problem is that you need to build, volume, play, pause, seek, speed, quality, closed caption, etc.
Given that context, I need to reliable track video seeking (from position a to b) if possible using YouTube controls. Any ideas? Some insight?