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

推流错误 #97

Closed dapiaowudi closed 8 years ago

dapiaowudi commented 8 years ago

PLStream配置如下
NSDictionary *streamJSON = @{@"id": @"", @"title": @"", @"hub": @"", @"publishKey": @"", @"publishSecurity": @"static", // or static @"disabled": @(NO), @"profiles": @[], // or empty Array [] @"hosts": @{ @"publish": @{ @"rtmp": @"live-send.acg.tv/live_2763567_7823365?streamname=live_2763567_7823365&key=3293d27605fdce44466711fee73b6700" }, @"play": @{ @"rtmp": @"live-send.acg.tv/live_2763567_7823365?streamname=live_2763567_7823365&key=3293d27605fdce44466711fee73b6700" } } }; 请问是我配置错了么 还是因为什么

Phunk87 commented 8 years ago

当前版本暂且不支持推流到自己的服务器,谢谢关注。