videojs-transcript
videojs-transcript copied to clipboard
Use new videojs 'loadeddata' event instead of old hack
new event added here: https://github.com/videojs/video.js/pull/2804
old hack described here: http://walsh9.net/notes/loading-text-tracks-in-video-js-4-12/
The old way of doing this is just a mess.
Any progress on this? I'd be happy to take a look. (FYI: Your old hack description link is 404ing.
oops that link should not have a / at the end: http://walsh9.net/notes/loading-text-tracks-in-video-js-4-12
Anyway, I think it might be about time I take a second look at this whole mess. Gonna check it out today and see how long it will take to rewrite the parts that need rewriting.
Nice. I'd be interested in seeing if this can be brought in line with VideoJS V5 and its current methods. Happy to help out at some point if needed.