You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
textTracks functions aren't exported yet, but they will be when #815 is pulled in. Then you'll be able to do something like this, but as @heff said, they still won't load until selected.
varvideo=videojs('your_video');tracks=video.textTracks();track=tracks[0];// or whichever track you needtrack.on('loaded',function(){console.log("zomg")});
How can I should know if my subtitles has been loaded?
The text was updated successfully, but these errors were encountered: