The subtitle is not showing up in the video. any idea what’s wrong?
<h1>Video embed</h1>
<video controls width="320px" height="240px" muted>
<source src="media/video.mp4" type="video/mp4">
<source src="media/video.webm" type="video/webm">
<track kind="subtitles" src="media/subtitles_es.vtt" srclang="en" label="English">
<p>This video is not supported by your browser</p>
</video>