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

求教,我的推流地址是rtmp://xxx.com/live/room/chat 应该怎么设置streamJSON #87

Closed wheelswang closed 8 years ago

wheelswang commented 8 years ago

发布点是/live/room 流名是chat

我是这样配置的: @"id": @"chat", @"title": @"chat", @"hub": @"/live/room", 但是抓包发现推流时 connect /live fcpublish room/chat

期望的是 connect /live/room fcpublish chat

weirdyu commented 8 years ago

供参考:http://devtools.qiniu.com/pili-guide-v1.pdf rtmp://{rtmp_publish_host}/{hub_name}/{stream_title}?key={publishKey}

wheelswang commented 8 years ago

hub_name里有/这样的字符可以支持一下吗,之前的版本是可以的

wheelswang commented 8 years ago

目前的版本把hub_name中第二个/后的字符当成流名来处理了

Phunk87 commented 8 years ago

当前 SDK 暂不为霹雳直播之外的服务提供支持,感谢关注 @weirdyu @wheelswang