jitsi-media-transform
jitsi-media-transform copied to clipboard
Save old TCC feedback timestamps, in case of packet reordering.
Based on libwebrtc's equivalent code (as used in Chrome) -- see https://webrtc.googlesource.com/src/+/refs/heads/master/modules/remote_bitrate_estimator/remote_estimator_proxy.cc .
Here's the performance of TccGeneratorNode.observe()
before and after my patch:
So it is a noticable relative increase, but not that large an absolute increase as a percentage of the total bridge time.
Since most of this PR ended up in https://github.com/jitsi/jitsi-media-transform/pull/222, I've rebased this one to have just the remaining part.