-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
WebRTC: Tracking Issue #2656
Comments
@sukunrt any update here? |
We are on track for a release in v0.34(roughly end of the month) that's good enough to be non experimental. We will still keep it experimental in v0.34 and see if any issues arise. After than v0.35 should have it non experimental. The current master is pretty good performance wise. When run with the pion/webrtc branch here: pion/webrtc#2696 I see decent memory usage. I'll share the exact numbers soon but for 10 connections each doing 1000 streams and a ping pong of 1MB we see a memory usage of roughly 30MB after the streams are closed and all the connections are open. On the CPU usage, the performance doesn't look great. Again I'll share more understandable numbers soon, but the CPU usage is roughly 1.5 - 2x of what quic has under similar load. This seems okay to me. quic-go is highly optimised. Single connection throughput is also only 50MB/s but that's also good enough for clients on the web who most likely will be on wifi networks. It's not ideal but we can do perf improvements much better once we see some adoption. On the bright side, the CPU usage is proportional to the total data being transferred on the connection so that's a nice property. |
Tasks
The text was updated successfully, but these errors were encountered: