Can't understand why it's not loading the subtitle.vtt file I'm trying on chrome.
<div id="videoKilledTheRadioStar">
<video id="Tutorial" width="420" autoplay controls>
<source src="videos/shaco.mp4" type="video/mp4">
<track src="timer.vtt" kind="subtitles" srclang="english" label="English"/>
Your Browser does not support HTML5 video.
</video></div>`
the vtt file is correct and the path too.
In the network section only the video is loaded nothing about the vtt file is there a download required to use track?