I am searching on internet about 3 hours ago and i am confused how to implement subtitles in video.js player.
I have add <track kind="subtitles" src="http://test.to/the-longest-ride.720p.BluRay.x264.YIFY.srt" srclang="en-US" label="English"></track>
this code in my player and upload this subtitle file into my server comment ballon has appeared in my player menu but there is no subtitle showing.
And when i am searching i read that webvtt format will run :( but what about srt format or other and on runtime how will i implement and convert on webvtt format.
I also get this Video Js Caption Plugin i have read this documentation but i don't understand it well where to give link of subtitle.
Please help how to add subtitles and where should i start.
Thanks