Adding subtitles to my video on my website
Ok, som here's my code:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<script src="//content.jwplatform.com/players/iD48kqB6-dfdnz2US.js"></script>
<script>
var playerInstance = jwplayer("myElement")
playerInstance.setup({
tracks: [{
file: "/public_html/Subtitles/Die.Welle.Aka.The.Wave.2008.720p.BluRay.x264.anoXmous_eng.vtt",
label: "English",
kind: "captions",
"default": true
}
}]
});
</script>
</body>
</html>
And I want to add subtitles to my video, but the video shows but not the subtitles... Where can I add the subtitles? I've searched for an answer the whole day and I need to finish this very simple website as fast as possible... And also I want to add 2 kinds of languages of subtitles... Please help me ASAP