Reputation: 1331
I am trying to implement Video Captions like at Lynda.com e.g. http://www.lynda.com/JavaScript-tutorials/Foundations-of-Programming-Fundamentals/83603-2.html
The captions run with the player and also in a block of HTML below the player. I am using JWPlayer for my video and know how to integrate it within the player. My question is how do I now display the full transcript below the video player and also do a live highlight while the Player is running the video? I am using WebVTT
Upvotes: 3
Views: 599
Reputation: 4201
You could possibly use the HTML5 player, use our built in captions - http://support.jwplayer.com/customer/portal/articles/1407438-adding-closed-captions, and then use CSS to move the div outside of the video player space.
Upvotes: 1