-
Pili iOS Player 支持 Pili iOS 视频播放器 SDK,同时兼容 RTMP 和 HLS 视频流
资源介绍
PLPlayerKit
PLPlayerKit 是为 pili流媒体云服务 提供的一套播放直播流的 SDK, 旨在解决 iOS 端快速、轻松实现 iOS 设备播放直播流,便于 pili流媒体云服务 的开发者专注于产品业务本身,而不必在技术细节上花费不必要的时间。
内容摘要
1 快速开始
1.1 配置工程
配置你的 Podfile 文件,添加如下配置信息
pod 'PLPlayerKit', '1.0.1'
安装 CocoaPods 依赖
pod install
Done! 运行你工程的 workspace
1.2 示例代码
在需要的地方添加
#import
初始化
// 初始化 VideoPlayerViewController
PLVideoPlayerViewController *viewPlayerViewControll