
Self Hosted Player doesn't work on Andriod or iOS
We are using JW Player to deliver our content and we are finding that the player does not work on Andriod or iOS devices. If we access the page from PC or MAC it works fine.
We get this error message: "Error loading player: No playable sources found"
I can e-mail a link to a test page that shows the problem.
We are using RMTP from Amazon AWS. And we currently have a JW PRO account.
Below is the code with the player key, aws URL and .js file location removed.
<!DOCTYPE html>
<html lang="en-US">
<head>
<script type='text/javascript' src='XXXXXXX/jwplayer.js'></script>
<script type="text/javascript">jwplayer.key="XXXXXXX";</script>
</head>
<body>
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
file: "rtmp://XXXXXXX.cloudfront.net/cfx/st/XXXXXXX.mp4",
width: "600",
height: "350",
autostart: "true",
primary: "html5",
displaytitle: "false"
});
</script>
</body>
</html>
Thanks,
Cindy Sparrow
Maiden Network
www.MaidenNetwork.com