Questions tagged [interactive-transcript]

3 questions
3
votes
0 answers

JWPlayer Interactive Transcript

I am having difficulty implementing JWPlayer's interactive transcript as shown here: http://demo.jwplayer.com/iframes/interactive-transcript/ A search shows I am not alone. A tutorial on this would be most helpful. I have tried several variations…
srtuttle
  • 41
  • 2
2
votes
1 answer

How to create transcript using WebVTT file in JWPlayer?

We are using JWPlayer in website, now we require to add transcript captioning into that. I am unable to create a sample application based on normal HTML codes. I have gone through various tutorials but nothing worked for…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
1
vote
1 answer

Google chrome javascript append doesn't add all nodes

Hello I have a simple Javascript code to append a video transcription into a div using Video.js and videojs-transcript. It works fine in Firefox but in Google Chrome when the transcription is too long it appends less than half of it. Also when I…