我最近在macOS Sierra for iOS上编译了一个WebRTC.framework here。在现有的xcode项目中用旧的框架替换了旧框架,视频变得非常慢,出现以下错误:
(RTCLogging.mm:31):
(RTCCameraVideoCapturer.m:207 -
[RTCCameraVideoCapturer captureOutput:didDropSampleBuffer:fromConnection:]): Dropped sample buffer.
(frame_buffer2.cc:208): A frame about to be decoded is out of the configured delay bounds (16067 > 10000). Resetting the video jitter buffer.
任何想法会导致什么问题?
感谢。