WebRTC: Support GCC and FEC for weak network.
flying1314 opened this issue · 5 comments
flying1314 commented
Description
Currently, WebRTC does not have a related QoS (Quality of Service) policy. If streaming is done in a weak network environment, the quality might be relatively poor, without congestion control and pacing sender.
Expected Behavior
It would be great to add QoS support.
winlinvip commented
What is the current proportion of weak networks? How much weak network resistance can the NACK and ARQ already supported by SRS provide?
flying1314 commented
Using clumsy to simulate packet loss, it doesn't work well with 10% packet loss.
dongzy08 commented
Is there any consideration for supporting FEC (Forward Error Correction) strategy in the future?
streamthing commented
+1 for fec
HammerZhao commented
NACK should have no problem combating 20% packet loss, right?