Test your skills: Multimedia and embedding -Task 2

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>

Hi @Tupak_Ray

Are you running this code locally? Loading subtitles from file:/// is restricted. See this post: Assessment wanted: Video and audio content

Cheerio,
Michael