cgiffard / Captionator

HTML5 polyfill for closed captioning with the <track> element, and implements the WHATWG Timed Text Track specification.
captionatorjs.com
300 stars 66 forks source link

How to use Captionator when browser supports track element (natively but badly)? #36

Open callumlocke opened 10 years ago

callumlocke commented 10 years ago

Chrome supports <track> elements natively. But not completely, eg, things like L:5% don't work.

Using Captionator, my WebVTT positioning options work correctly in Firefox.

Is there some way to make Captionator work on Chrome too – ie, to prevent Chrome from natively displaying the captions, and let the polyfill do it instead?

revolunet commented 9 years ago

did you try with forceCaptionify: true option ?

shaunmw commented 8 years ago

how does one set this option?

frankcortes commented 8 years ago

In my own case, I'm trying to execute captionator with forceCaptionify: true. When this line is executed, returns the next Error: msg: TypeError: Attempted to assign to readonly property.