videojs / vtt.js

A JavaScript implementation of the WebVTT specification, forked from vtt.js for use with Video.js

Home Page:http://dev.w3.org/html5/webvtt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for NOTE

ChoOo7 opened this issue · comments

Could it be possible to have the support of NOTE ?

And to add onnote on the parser

To be able to parse WebVTT content and comments

Thanks

Are NOTEs not supported? I'd expect 'em to get ignored and everything else to parse https://github.com/videojs/vtt.js/blob/0.15.x/lib/vtt.js#L1243-L1248

Have a minimal live example?