Having trouble playing a f4v file using JWplayer on an iOS device (specifically an iPhone). Check out the player setup code below:
jwplayer(player).setup({
file: file,
primary: "flash",
autostart: false,
aspectratio: "16:9",
autostart: false,
androidhls: true,
width: '100%'
});
An error message I'm receiving on the device is: "jwplayer error loading media file could not be played". Any help would be greatly appreciated!