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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
你好,我测了下,流程没有问题,但是rtmp协议观看时在1080p下有严重的花屏问题,720p没有问题。 直接用webrtc观看1080p也没有问题。 然后改了些参数,测试也没太大的改善:
rtpEndpoint.setMinVideoRecvBandwidth(0); rtpEndpoint.setMaxVideoRecvBandwidth(0); rtpEndpoint.setMinVideoSendBandwidth(0); rtpEndpoint.setMaxVideoSendBandwidth(0); rtpEndpoint.setMinOutputBitrate(0); rtpEndpoint.setMaxOutputBitrate(0); sdpRtpOfferString += 'a=fmtp:96 packetization-mode=1;max-fr=30;level-asymmetry-allowed=1;max-fs=12288;x-google-start-bitrate=800;x-google-min-bitrate=100;x-google-max-bitrate=3000\n';
还有什么思路可以排查问题呢? 多谢!
The text was updated successfully, but these errors were encountered:
同问
Sorry, something went wrong.
No branches or pull requests
你好,我测了下,流程没有问题,但是rtmp协议观看时在1080p下有严重的花屏问题,720p没有问题。 直接用webrtc观看1080p也没有问题。
然后改了些参数,测试也没太大的改善:
还有什么思路可以排查问题呢? 多谢!
The text was updated successfully, but these errors were encountered: