使用阿里云的OSS+防盗链方式做视频播放,在安卓版的微信上可以正常播放;
在IOS上报错:updateVideoPlayer:fail invalid param
请问怎么回事?
视频设置如下:
<video id="myVideo" style="height:{{videoHeight}}px;width:{{videoWidth}}px" src="http://kkk.oss-cn-shenzhen.aliyuncs.com/oan.mp4" <="" p="">
binderror="videoErrorCallback" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls>
网友回复:
经过抓包发现,ios端的请求referer为空,而安卓端的为:https://servicewechat.com/<appid>/...
我的问题和你一样
https://developers.weixin.qq.com/blogdetail?action=get_post_info&docid=5869681640cfc690668dd27a34967248&token=1549089997&lang=zh_CN
最后是去除 防盗链 ,解决了问题。