
jwplayer.version="6.11.4923"
I am using jwplayer 6. I am trying to get a video to play on an ipad 1. I am using 'Sources' so that I can have a high quality and a lower quality video. I have used Handbrake to encode the lower quality video (I have tried several of their presets including all the Apple ones) but nothing is playing on the iPad 1. It simply says 'Error loading media - File could not be played'. The videos are playing fine on my Laptop using Chrome and IE and on my Samsung S4. My embed code is below. Does anyone have a solution?
<script type="text/javascript">
jwplayer("mediaplayer").setup({
sources: [{
'file': "/jwplayer/difficultconversationsSMALL.mp4"
},{
'file': "/jwplayer/difficult-conversationsNEW.mp4"
}],
'image': '/images/video-splash-diff-con.png',
'aspectratio': '16:9',
'width': '100%',
'logo': {
'file': '/jwplayer/splash/free-sample-logo.png',
'position': 'top-right',
'margin': '0',
'hide': 'true'
},
});
</script>