WebRTC: Support GCC and FEC for weak network. #3689
Replies: 5 comments
-
What is the current proportion of weak networks? How much weak network resistance can the NACK and ARQ already supported by SRS provide? |
Beta Was this translation helpful? Give feedback.
-
Using clumsy to simulate packet loss, it doesn't work well with 10% packet loss. |
Beta Was this translation helpful? Give feedback.
-
Is there any consideration for supporting FEC (Forward Error Correction) strategy in the future? |
Beta Was this translation helpful? Give feedback.
-
+1 for fec |
Beta Was this translation helpful? Give feedback.
-
NACK should have no problem combating 20% packet loss, right? |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions