
Jw Player Amazon s3 video playing
Hi below video path is not playing in jw playercan you please advise me
https://s3-us-west-2.amazonaws.com/videocrmcloud/videos/a53d29ea-3e53-49d7-a75f-c912a8e9ac8d
i have used like this
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file:"https://s3-us-west-2.amazonaws.com/videocrmcloud/videos/a53d29ea-3e53-49d7-a75f-c912a8e9ac8d",
height: 404,
width: 683
});
</script>