
Subtitle don't show
Hello,
Subtitle does't to show and the CC icon at the controlbar is not there. What do I do wrong?
Here is Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<script type="text/javascript" src="jwplayer/jwplayer.js" ></script>
<script type="text/javascript">jwplayer.key="J0+IRhB3+LyO0fw2I+2qT2Df8HVdPabwmJVeDWFFoplmVxFF5uw6ZlnPNXo=";</script>
</head>
<body>
<div id="test">Livestream lädt gerade...</div>
<script type="text/javascript">
jwplayer("test").setup({
height: 380,
width: 650,
file: 'http://yoruichi.ani-stream.com:182/d/qk5cd7k5whfxuqe6qfg6b35wqjteag3o2jxkvdzxi3t7n77e6ofb37i4/video.mp4',
logo: {
position: 'top-left',
},
tracks: [{
file: "/assets/subtitle.srt",
label: "Deutsch",
kind: "captions",
"default": true
}],
});
</script>
</body>
</html>