- From: Varun Singh via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Aug 2017 08:55:37 +0000
- To: public-webrtc-logs@w3.org
I think one can calculate the overhead of the FEC by comparing the FlexFEC track with the associated media tracks. `packetsRepaired`: tells you how many packets were repaired due to FEC. There are several corner cases where the packetsSent > packetsReceived + packetsRepaired and not be equal. In those cases, either the FEC structure/XOR scheme was not tailored for the expected loss pattern, example, burst loss higher than expected. -- GitHub Notification of comment by vr000m Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/238#issuecomment-325927384 using your GitHub account
Received on Wednesday, 30 August 2017 08:55:34 UTC