Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webrtc transport-cc feedback mechanism for mediasoup #1116

Closed
kingqn0321 opened this issue Jul 10, 2023 · 1 comment
Closed

Add webrtc transport-cc feedback mechanism for mediasoup #1116

kingqn0321 opened this issue Jul 10, 2023 · 1 comment
Labels

Comments

@kingqn0321
Copy link

kingqn0321 commented Jul 10, 2023

Feature Request

1、mediasoup transport-cc feedback performance badly when uplink(webrtc-client--->mediasoup) network exists a big propagate jitter,will result in a very low GCC estimate for the webrtc-client,due to not considering disorder.
2、this optimization logic is ported from google webrtc(see: RemoteEstimatorProxy) which use a packetArrivalTimes(Map unwrapped seq -> time) buffer to send missing(arrived late due to disorder) recv delta feedback after a reordering.
3、Network simulation using Linux tc. eg: netem delay 50ms 50ms

For Details:#1115

@ibc
Copy link
Member

ibc commented Jul 10, 2023

We don't need this feature request open. I've copied the text above in the PR: #1115

@ibc ibc closed this as completed Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants