abs-send-time support #1701
unitree-czk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The kvs example do not provide a accurate bandwidth estimation algorithm.
I tried to use google-remb by commenting out
else if (STRCMP(pSessionDescription->mediaDescriptions[i].sdpAttributes[j].attributeName, "extmap") == 0 && STRSTR(pSessionDescription->mediaDescriptions[i].sdpAttributes[j].attributeValue, TWCC_EXT_URL) != NULL) { pKvsPeerConnection->twccExtId = parseExtId(pSessionDescription->mediaDescriptions[i].sdpAttributes[j].attributeValue); }
in PeerConnection.cHowever, the maximum bandwidth received is far from accurate.
I did some research and noticed that abs-send-time required by remb is missing.
Is it possible for kvs to send this missing information so that one can let browser to do the bandwidth estimation job properly.
Thanks alot!!!
Beta Was this translation helpful? Give feedback.
All reactions