Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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>

4 Community Answers

MisterNeutron

Best Answer 

Try adding:

type: 'mp4',

View in conversation

MisterNeutron

Best Answer  User  
0 rated :

Try adding:

type: 'mp4',

praveen.nadide

User  
0 rated :

Its working now
Thanks

MisterNeutron

User  
0 rated :

Good!

The "type" attribute is needed because, in this case, the "file" spec doesn't indicate what kind of video file it is, like something.mp4.

Andrew

JW Player Support Agent  
0 rated :

Thanks for the help, Neutron. :)

This question has received the maximum number of answers.