
JW Player v 6
Before i purchasing Pro plan i decide to trying self hosted video using JW playar. but i dont know whats wrong the video player always error like : "" Error loading player:
No playable sources found""
here the code i using. :
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "/jw/hosting-comparison.mkv",
flashplayer: "/jw/jwplayer/jwplayer.flash.swf",
image: "http://example.com/uploads/myPoster.jpg",
width: 640,
height: 360
});
</script>
what i missing? can you help me? Note : i'm not good with coding.