Let’s say we embed a YouTube video on a web page.
Underneath the video player, could we display subtitles synched to the video using a media framework like Popcorn.js?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you choose the HTML5 version when embedding the YouTube video and if it’s actually being played within an HTML5 browser, it’s just a
videotag so you can use Popcorn.js. When it’s a Flash, I’m not sure if you can get into that Flash and know the progress and listen to the events.