Video im JW Player - Dash - Primary HTML5

<div id="playerContainer"></div>
<script type="text/javascript">
jwplayer("playerContainer").setup({
skin: {
name: "seven",
active: "#f7fd3f"
},
width: "100%",
aspectratio: "16:9",
playlist: [{
image: "videos/poster.jpg",
sources: [{
file: "http://www.bokowsky.net/de/knowledge-base/video/box/test.mpd",
label: "Dash",
type:"dash"
}
,{
file: "hls_bunny/7ea96983ed10dc5546f8275871a38df7_127912_60594786.m3u8",
label: "HLS"
}]
}],
dash:'shaka',
primary: "html5",
hlshtml: true
});
</script>