I'm using VideoJS to load videos with captions. I'm hoping that there is a way in the api to dynamically switch from one .vtt caption file to another. I have a video with subtitles in both English and an alternate language. While the video is playing the visitor needs to toggle between either one.
Looking for something like:
_V_.Track.src="blah.vtt";
I suppose the alternate way would be to get the time position of the video and reload it with the other vtt.
Any suggestions would be appreciated.