不明白为什么它没有加载我在 chrome 上尝试的 subtitle.vtt 文件。
<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>`
vtt 文件是正确的,路径也是正确的。
在网络部分只加载视频,没有关于 vtt 文件的内容是否需要下载才能使用轨道?