sewise player 在苹果手机不能自动播放

sewise player 在苹果手机和iPad上不能自动播放,但是在安卓手机显示正常。为啥啊????? SewisePlayer.setup({
server: "vod",
type: "m3u8",
autostart: "false",
poster: "/static/images/hfudao/videoBg.png",
videourl: "<{$videoUrl}>",
skin: "vodWhite",
title: "M3U8 AES 128",
lang: "zh_CN",
claritybutton: 'disable',
}, "playermb");

你这是什么东西 json代码嘛 还是

这是播放器的配置项。我想问一下iPhone手机视频可以默认播放吗?刚才查资料说iOS系统问题,有什么解决办法么??

autostart都false了还自动播放啥,应该为true才能自动播放。