
JW6 works on desktop, not on mobile
Brand new to JW Player and I'm sure this is a simple fix but I'm not seeing it. I'm using JW6 with CloudFront. The player is working on the desktop browsers but not showing up on mobile Chrome or Exlporer.
<script type="text/javascript">// <![CDATA[
jwplayer('mediaplayer').setup({
sources: [{
file: "rtmp://s1qp14qqytgab5.cloudfront.net/cfx/st/mp4:linda-home-2.mp4"
},{
file: "http://d1tw8z6zeba8dw.cloudfront.net/linda-home-2.mp4"
}],
width: "700",
height: "400",
primary: "flash",
});
// ]]></script>
What am I missing?