w3c / network-emulation

Documenting how capturing network traces and using it to emulate real-world network conditions can be helpful for Web developers
9 stars 2 forks source link

How to emulate WebRTC traffic? #6

Open stuxt opened 3 years ago

stuxt commented 3 years ago

Google Chrome DevTools can apply throttling to http(s) websites, but it doesn't work on webRTC.

It'll be good if network emulation tool can solve this issue.

flyingzl commented 3 years ago

WebRTC traffic is different from HTTP traffic, packages loss can have a noticeable impact on it..

It seems that the limitations of bandwidth is not robust enough to simulate webRTC traffics.