pili-engineering / PLMediaStreamingKit

PLMediaStreamingKit 是七牛推出的一款适用于 iOS 平台的推流 SDK,支持 RTMP 推流,h.264 和 AAC 编码,硬编、软编支持。具有丰富的数据和状态回调,方便用户根据自己的业务定制化开发。具有直播场景下的重要功能,如:美颜、背景音乐、水印等功能。
https://github.com/pili-engineering/PLMediaStreamingKit
Apache License 2.0
542 stars 244 forks source link

推流的时候总是输出: [PLStreamingSession] cannot push pixelbuffer since last pixelbuffer is still on going #47

Closed helinyu closed 6 years ago

helinyu commented 7 years ago

这个问题怎么解决?

RegenHo commented 7 years ago

我也有同样的问题,还没有解决呢

hanweixing commented 6 years ago

同样mark一下,升级到最新的库也是这样,

hanweixing commented 6 years ago

[W] Pili-Streaming cannot push pixelbuffer since last pixelbuffer is still on going -[PLStreamingSession pushPixelBuffer:completion:] PLStreamingSession.m:885

shuaiwang007 commented 6 years ago

求解决,上一次开播关播的时候调了destroy,但是推流时一直报这个错

lawder commented 6 years ago

在 App 资源占用过高导致上一帧来不及完成编码等相关操作时就会打印这条日志,其实影响不大,可以忽略。