-
Notifications
You must be signed in to change notification settings - Fork 104
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 memory and cpu utilization while using webtrc -everywhere plugin in IE browser #28
Comments
What about the same scenario with Chrome? |
No issues with chrome. Its working fine with same number of streams. In case of IE, it getting crashed. if(getBrowser() === 'ieAndSafari') { This is how we are finding the browser and loading the plug-in at the window loading. At a certain step, we are calling For peer connection, When peer connection starts increasing, CPU usage gets high stably. After reaching 7 streams, CPU usage rises to 100% and system gets crashed. For reference, we have tried the multipeerconnection from github. it is also giving the same issue. |
Will be fixed in the next release. |
Closed by release 2.0.0 |
We were using webtrc everywhere plugin in peer connection for our project. it is working fine upto 2 streams. while it exceeds 2 streams, CPU and memory utilization reaching its maximum point and the IE browser got crashed and system got hanged. Can you please throw in some light to solve this issue?
The text was updated successfully, but these errors were encountered: