Skip to content
New issue

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

高分配率画面模糊的问题 #18

Open
forvim opened this issue Aug 15, 2019 · 1 comment
Open

高分配率画面模糊的问题 #18

forvim opened this issue Aug 15, 2019 · 1 comment

Comments

@forvim
Copy link

forvim commented Aug 15, 2019

你好,我测了下,流程没有问题,但是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';

还有什么思路可以排查问题呢? 多谢!

@zsinba
Copy link

zsinba commented Jan 28, 2020

同问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants