We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
我实现了一下几个 1.- (void)mediaStreamingSession:(PLMediaStreamingSession *)session streamStateDidChange:(PLStreamState)state { } 2。/// @abstract 当开始推流时,会每间隔 3s 调用该回调方法来反馈该 3s 内的流状态,包括视频帧率、音频帧率、音视频总码率
1和2 都会调用,但是3 没有调用。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我实现了一下几个
1.- (void)mediaStreamingSession:(PLMediaStreamingSession *)session streamStateDidChange:(PLStreamState)state {
}
2。/// @abstract 当开始推流时,会每间隔 3s 调用该回调方法来反馈该 3s 内的流状态,包括视频帧率、音频帧率、音视频总码率
RCTrace(@"cameraSourceDidGetPixelBuffer");
return pixelBuffer;
}
1和2 都会调用,但是3 没有调用。
PLMediaStreamingKit 2.1.5 to 2.1.6 API Differences
The text was updated successfully, but these errors were encountered: