
Video is not playing in i devices
bc.. jwplayer("myElement").setup({
playlist: [{
sources: [
{file: ".../test.mp4/playlist.m3u8"},
{file: ".../test.mp4"}]
}],
primary: "flash",
autostart: 'true',
});
This code is not working on i devices.
Where as this is working in desktop browsers perfectly.
Any suggestion would be helpful.
Thanks,