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

现在遇到的一个很苦恼的问题,就是推流有时会反复重试失败 #21

Closed qingfeng closed 9 years ago

qingfeng commented 9 years ago

这是一个staic的推流地址 "rtmp://pub.z1.glb.pili.qiniup.com/gouhuolive/5544ef69fb16df2e330001d7?key=e51a45450d680f32"

大部分时间是正常的,但有时会出现问题

2015-05-29 18:22:19.698 gouhuo-native[3617:1092423] Stream State: Connecting
2015-05-29 18:22:19.973 gouhuo-native[3617:1092423] Stream State: Connected
ERROR: WriteN, RTMP send error 32 (129 bytes)
ERROR: WriteN, RTMP send error 32 (80 bytes)
ERROR: WriteN, RTMP send error 9 (42 bytes)
2015-05-29 18:22:25.287 gouhuo-native[3617:1092423] Stream State: Error
2015-05-29 18:22:29.667 gouhuo-native[3617:1092423] Stream State: Connecting
2015-05-29 18:22:29.991 gouhuo-native[3617:1092423] Stream State: Connected
ERROR: WriteN, RTMP send error 32 (129 bytes)
ERROR: WriteN, RTMP send error 32 (80 bytes)
ERROR: WriteN, RTMP send error 9 (42 bytes)
2015-05-29 18:22:43.943 gouhuo-native[3617:1092423] Stream State: Error
2015-05-29 18:22:45.835 gouhuo-native[3617:1092423] Stream State: Connecting
2015-05-29 18:22:46.159 gouhuo-native[3617:1092423] Stream State: Connected

比较苦恼的是,也无法做什么事情。。。。

qingfeng commented 9 years ago

@why404 @googollee 这个问题真还挺严重的。。。会让开发者素手无策。。

why404 commented 9 years ago

这个问题我们观察到了,正在解决,下一版升级会修复。

yunisSong commented 9 years ago

想问下 这个收费吗

long0419 commented 9 years ago

你是做什么应用吗

yunis notifications@github.com于2015年6月27日 周六14:33写道:

想问下 这个收费吗

— Reply to this email directly or view it on GitHub https://github.com/pili-engineering/PLCameraStreamingKit/issues/21#issuecomment-115974985 .

yunisSong commented 9 years ago

是的

long0419 commented 9 years ago

嗯 你们用什么直播服务器

yunis notifications@github.com于2015年6月27日 周六14:38写道:

是的

— Reply to this email directly or view it on GitHub https://github.com/pili-engineering/PLCameraStreamingKit/issues/21#issuecomment-115975136 .

Phunk87 commented 9 years ago

@qingfeng 这个问题现在对你那边还有么?

qingfeng commented 9 years ago

这个已经没问题了~

yiikai commented 8 years ago

是什么原因 我也遇到这个问题了

MaYiMaMa commented 8 years ago

我现在也还有这个问题达!

yiikai commented 8 years ago

决绝的方法说下啊、

guduxue0624 commented 5 years ago

你好,请问一下这个问题解决的办法是什么?