萤石云在ios上报的不可以播的问题
new EZUIKit.EZUIPlayer({
id: 'playWind',
autoplay: true,
audioId: -1,
url: theRequest.url,
accessToken: theRequest.accessToken,
decoderPath: 'public/video',
width: width,
height: width * (9 / 16), //- document.querySelector('.panel-bottom').clientHeight,
handleError: function (err) {
console.log("播放失败", err);
alert(JSON.stringify(err))
},
handleSuccess: function (data) {
console.log("播放成功", data);
}
})