项目介绍:
KJPlayer 是一款视频播放器,AVPlayer的封装,继承UIView
后续功能:
1.缓存离线观看
2.免费试看几分钟
3.视频支持重力感应、手势滑动、小窗口播放、锁屏等等
4.视频支持播放完之后播放下一集
5.随机播放、顺序播放
6.缓存管理、清除长时间不再观看的视频
7.音频功能
8.音频和视频混合播放
温馨提示使用第三方库Xcode报错
Cannot synthesize weak property because the current deployment target does not support weak references
可在Podfile文件底下加入下面的代码,’8.0’是对应的部署目标(deployment target) 删除库重新Pod
不支持用weak修饰属性,而weak在使用ARC管理引用计数项目中才可使用
遍历每个develop target,将target支持版本统一设成一个支持ARC的版本
作者信息
Github地址:https://github.com/yangKJ
简书地址:https://www.jianshu.com/u/c84c00476ab6
博客地址:https://blog.csdn.net/qq_34534179