pili-engineering / PLMediaStreamingKit

PLMediaStreamingKit 是七牛推出的一款适用于 iOS 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。

Home Page:https://github.com/pili-engineering/PLMediaStreamingKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用pod无法加载

JoshuaFeng5 opened this issue · comments

[!] Unable to find a specification for PLMediaStreamingKit

这是pod install 之后发生的结果, 是没有更新吗, 还是怎样, 无法通过pod加载吗

Downloading dependencies
Installing HappyDNS (0.3.10)
Installing PLMediaStreamingKit (2.2.5)
一直这样 加载其他库完全没问题,卡在这理1个小时了。
Podfile文件
platform :ios, '8.0'
source 'https://github.com/CocoaPods/Specs.git'
target ‘zhibo’ do
pod 'PLMediaStreamingKit'
end