You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your interest. Please experiment locally and open a PR with your solution. I do not wish to put other people off tackling this issue so I will not assign anyone.
The performance dashboard shows that the median streaming performance of WebRTC in Node.js is an order of magnitude slower than TCP.
We should look into why this is.
Support for WebRTC is provided by node-datachannel (we are using a temporary fork at https://github.com/ipshipyard/js-node-datachannel until murat-dogan/node-datachannel#256 is merged).
node-datachannel
uses libdatachannel which then uses libjuice so the bottleneck is in there somewhere.The text was updated successfully, but these errors were encountered: