vtt.js icon indicating copy to clipboard operation
vtt.js copied to clipboard

How to Register for onparsingerror event

Open olgunkaya opened this issue 4 years ago • 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 ?

olgunkaya avatar Jul 01 '21 13:07 olgunkaya

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.

gkatsev avatar Jul 06 '21 19:07 gkatsev