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 254 forks source link

最新的PLCameraStreamingKit和PLPlayerKit同时在一个项目中使用,有冲突库 #47

Closed wdzlwd closed 8 years ago

wdzlwd commented 9 years ago

可以给与修正吗

Phunk87 commented 9 years ago

已知在模拟器运行会有冲突提示,真机不会有。

wdzlwd commented 9 years ago

冲突库依然存在 Installing PLCameraStreamingKit 1.4.13 (was 1.4.11) Installing PLPlayerKit 2.0.1 (was 2.0.0) ...... ...... ...... duplicate symbol _RTMP_LogHexString in: /Users/.../Pods/PLCameraStreamingKit/Pod/Library/lib/libPLCameraStreamingKit.a(log.o) /Users/.../Pods/PLPlayerKit/Pod/Library/lib/libPLPlayerKit.a(log.o) ld: 58 duplicate symbols for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Phunk87 commented 8 years ago

duplicate #62