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

Support audio master elements (as in, caption audio as well as video) #9

Open cgiffard opened 13 years ago

cgiffard commented 13 years ago

Interesting challenge - where/how to render the captions and other media in this case?

cgiffard commented 13 years ago

This could be challenging, as implementing it actually breaks the WebVTT spec. I'm thinking I just ignore positional information, and display a stack of cues instead.