pili-engineering / PLCameraStreamingKit

PLCameraStreamingKit 是 Pili 直播 SDK 的 iOS 推流端,是带有采集模块老版本 SDK。如果是新用户接入,建议使用 PLMediaStreamingKit。该版本支持 RTMP 推流,h.264 和 AAC 编码,硬编软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。
https://github.com/pili-engineering/PLMediaStreamingKit
Apache License 2.0
1.03k stars 257 forks source link

不使用cocoapod 添加SDK #154

Open HorexC opened 8 years ago

HorexC commented 8 years ago

添加了libPLPlayerKit.a 和头文件后。运行出错: Undefined symbols for architecture i386: "_AMF_DecodeInt16", referenced from: -[PLH264Decoder decodeFlvTag:] in libPLPlayerKit.a(PLH264Decoder.o) "_AMF_DecodeInt24", referenced from: -[PLAVCVideoPacket initWithData:length:] in libPLPlayerKit.a(PLFLVTag.o) -[PLFLVTag initWithData:length:] in libPLPlayerKit.a(PLFLVTag.o)

怎么样在不使用cocoapod情况下用改sdk啊