
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>