vtt.js
vtt.js copied to clipboard
How to Register for onparsingerror event
As far as I know this is implemented and used within videojs. as per our app requirements we need to report back text parsing errors. How can we register onparsingerror callback to use our custom implementation ?
Unfortunately, we don't expose those errors to Video.js users. It's available in the console or if you are doing the parsing yourself.