License | Custom |
ReleasedLast Release | Aug 2016 |
Maintained by pengbins, Noiled, Franken Zeng.
本SDK 提供如下两种获取方式:
$ git clone https://github.com/ksvc/KSYLive_iOS.git KSYLive_iOS
pod 'KSYGPULive_iOS', :git => 'https://github.com/ksvc/KSYLive_iOS.git'
执行 pod install 或者 pod update后,将SDK加入工程。
在Link Binary With Libraries 一栏中加入 libksygpulive.framework和第三方依赖库GPUImage.framework
SDK Cocoapods 在Podfile中本SDK的条目,并执行了 pod install 之后, 本SDK就已经加入工程中,打开工程的workspace即可。
#import <GPUImage/GPUImage.h>
#import <libksygpulive/libksygpulive.h>
#import <libksygpulive/libksygpuimage.h>
以上三个头文件都是需要引入的:
本SDK的版本号 主要通过核心类查询
NSLog(@"version: %@", [streamerBase getKSYVersion]);
NSLog(@"version: %@", [kit getKSYVersion]);
请见github库:https://github.com/ksvc/KSYMediaPlayer_iOS.git