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

high CPU load #114

Open
mgmtcam22 opened this issue Aug 1, 2022 · 1 comment
Open

high CPU load #114

mgmtcam22 opened this issue Aug 1, 2022 · 1 comment

Comments

@mgmtcam22
Copy link

Hi! Maybe someone knows.. I have a high CPU load during connection between ios ipad app and mac chrome page more than 100% and in the case between ios ipad app and ios safari 60%. What can be done about it?

@stasel
Copy link
Owner

stasel commented Aug 5, 2022

WebRTC connection demands high resources due to intensive video rendering, encoding/decoding and sending data via the network.
The difference between devices can be because of different encoders support (chrome may send something different that safari), the resolution and the fps of the video stream. Many things can change the cpu usage.

You can start investigation by reading the different SDPs sent and taking notes of the different audio and video codecs that are used

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