
No video playback on iOS/Android devices
I have a problem with JWPlayer 6.11.
On my Wordpress website : http://newsflashnews.com/raw-lava-sets-house-ablaze-in-hawaii-town/
I've installed JWP wordpress plugin (v.2.1.10) and wordpress (v4.1)
The issue is that the videos are playing on desktop with no problems, running on code:
Raw: Lava Sets House Ablaze in Hawaii Town
<div id="my-video"></div>
<script type="text/javascript">
jwplayer("my-video").setup({
"file": "http://newsflashnews.com/wp-content/uploads/2014/11/10/ap_914a654b5d89416baab0f2b27f9817ce.mp4",
"image": "http://newsflashnews.com/wp-content/uploads/2014/11/10/ap_914a654b5d89416baab0f2b27f9817ce.jpg",
"width": "100%",
"aspectratio": "16:9",
"primary": "flash",
"autostart": false,
"mute": false
})
</script>
<img src="http://newsflashnews.com/wp-content/uploads/2014/11/10/ap_914a654b5d89416baab0f2b27f9817ce.jpg" alt="" width="1" height="1" />
As I said on desktop work as a harm. Tho I've tested it on iOS device (iPhone 6) and Android device (Note 4, Chrome). As it follows iPhone has a playback error, and Android plays back only audio and background of player remains black, so there is no video.
I haven't been changing anything and my coworker claims that it had worked earlier.
Please help me out with my issue, I could give more information/details if this would be necessary.
Thanks
iOS screenshot: http://i.imgur.com/wHOIws0.png
Android screenshot: http://i.imgur.com/jreEEqU.png