Open pradeepaanumalla opened 2 years ago
Use tombyrer/videojs-transcript-click@1.0
var video = videojs('video')
video.ready(function(){
var transcript = this.transcript();
var transcriptContainer = document.querySelector('#transcript');
transcriptContainer.appendChild(transcript.el());
});
When I tried to use videojs-transcript with with videojs version 7.18 , its not working. But where as if I use videojs 4.12 then its working as expected. Can you give support for updated versions as well?