mozilla / vtt.js

A JavaScript implementation of the WebVTT specification
http://dev.w3.org/html5/webvtt/
Apache License 2.0
477 stars 94 forks source link

Subtitles on Smart TV covering video #363

Open btmdave opened 7 years ago

btmdave commented 7 years ago

We're using video.js which uses vtt.js and from a Samsung Smart TV, the subtitles are large and overlap the video

screen

As mentioned here, it seems that it could be vtt is not calculating the sizing correctly in full screen mode.

It's difficult to debug, but to replicate If you go to http://videojs.com/advanced/ and select the 3rd video "Elephant's Dream" and enable captions, this has the captions same as above - large and on top of the video.

btmdave commented 7 years ago

Wanted to follow up on this, any ideas for a possible solution?