WebRTC-iOS icon indicating copy to clipboard operation
WebRTC-iOS copied to clipboard

high CPU load

Open mgmtcam22 opened this issue 2 years ago • 1 comments

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?

mgmtcam22 avatar Aug 01 '22 14:08 mgmtcam22

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

stasel avatar Aug 05 '22 19:08 stasel