videojs/vtt.js

How to Register for onparsingerror event

olgunkaya opened this issue · 1 comments

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.