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 connect stream failed. #48

Closed bellchen closed 9 years ago

bellchen commented 9 years ago

Printing description of error: Error Domain=pili.rtmp Code=-1014 "RTMP connect stream failed." UserInfo=0x17646d8c0 {NSLocalizedDescription=RTMP connect stream failed.} 已经配置了自己的rtmpPublishHost,最后为啥会请求到pili.rtmp了呢?

bellchen commented 9 years ago

我换一个rtmpPublishHost就可以正常运行 正常运行的host:rtmppush.efeizao.com 报错的host:dlrtmppush.guojiang.tv