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

Error loading media: File could not be played iOS


Using JWPlatform 7,Users are getting the error "Error loading media: File could not be played" on iOS ( works fine in Android w/ HTML5). . Here is an my code :

<html>
<head>
<script src="http://tv.tuoitre.vn/assets/c947721e/js/jwplayer7/jwplayer.js"></script>
<script>jwplayer.key="yl/yqfTaFkHTZsvJEK6NtJYZZujiAxc3knwh";</script>
</head>

<body>
<div id="container"></div>
<script>
jwplayer("container").setup({
file: "http://d28xjrpu39bs0f.cloudfront.net/bunny.mp4"
});
</script>
</body>
</html>

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

I’m seeing Content-Type: application/octet-stream on that file, can you change it to video/mp4?

This question has received the maximum number of answers.