Hello Team,
I am using jwplayer 7.7.6.everything is working fine on all platform except IOS 10. only sound is not working while play video on IOS 10 please help me out here.i am using the same configuration for all platform. below is my configuration code.
jwplayer('id1').setup({
// flashplayer: 'webroot; ?>jwplayer/jwplayer.flash.swf',
file: 'play.mp3',
image:'play.jpg',
height: 400,
// primary: 'flash',
width: 600,
autostart: true,
volume:'90',
mute: false,
skin: {
name: "bekle"
},
});
↧