解决vue用ckplayer播放器pc端可以正常使用但是移动端提示:please use the http protocol to open the page
移动端播放视频时,我的视频是传到阿里云服务器上的,然后根据查询返回来的视频地址。所以,根本不存在file类型文件打开方式,也就是电脑的物理地址视频文件,还是提示please use the http protocol to open the page 。解决方法:找到ckplayer.js搜索please use the http protocol to open the page...
·
移动端播放视频时,我的视频是传到阿里云服务器上的,然后根据查询返回来的视频地址。所以,根本不存在file类型文件打开方式,也就是电脑的物理地址视频文件,还是提示please use the http protocol to open the page 。
解决方法:
找到ckplayer.js
搜索 please use the http protocol to open the page
把部分if判断代码块注释掉
在打包app访问就可以正常播放了
更多推荐
已为社区贡献1条内容
所有评论(0)