Hi I am using the jwplayer to generate the video for my website. Video is autoplaying on web browsers but for mobile device its not auto playing and loading showing there. Script used to setup jwplayer is below:
version: 6.11
Here are the setting for the player
_player = jwplayer('dv_VideoPlayerUrl').setup({
'id': 'playerID',
'width': '100%',//options.width,
'height': '100%',// options.height,
'file': "my .mp4 file here",
'streamer': ((isAndroidStream) ? filePath : ''),
'flashplayer': '../../Scripts/JWPlayer/jwplayer.flash.swf',
'html5player': '../../Scripts/JWPlayer/jwplayer.html5.js',
'primary': 'flash',
'autostart': 'true',
What is wrong with this script that my video not auto playing on mobile device.
How can I fix this issue?
Screen showing here on mobile devices.