
Video will not work on iPad
I can not get the video to work on iPad. I keep getting "The video could not be loaded, either becasue teh server or network failed or because the format is not supported: http://{URL]" error message. I am on JWPlayer 5.8.2011, IIS7 and have tried to add MIME types for "m4v" and "mp4". I also tried the bunny.mp4 file I found on one of the other threads. Same issue as using the handbrake converted file I want to use.
jwplayer('padVideo').setup({
'id': 'playerID',
'width': '552',
'height': '355',
'image': '',
'skin': '/Style Library/Skins/mySkin.zip',
'config': '',
'file': '/Style Library/en-US/FLASH/bunny.mp4',
'stretching': 'exactfit',
'modes': [
{ type: 'flash', src: '/Style Library/Flash/player.swf' },
{ type: 'html5' },
{ type: 'download' }
]
});