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

Enabling RTCP XR(RRTR/DLRR) support for non-senders #165

Open
bdrtc opened this issue May 6, 2023 · 0 comments
Open

Enabling RTCP XR(RRTR/DLRR) support for non-senders #165

bdrtc opened this issue May 6, 2023 · 0 comments

Comments

@bdrtc
Copy link

bdrtc commented May 6, 2023

Background
There is one use case: use webrtc in receive only mode/non-sender(such as online gaming), in this case, client will not send SR, there is no way to calculate round-trip time by default, webrtc support rfc3611(RTCP xr) which allow non-senders to calculate round-trip time, but not active by default, the remote-outbound-rtp stats of webrtc-stats spec also describe roundTripTime stats need DLRR , calculate rtt is necessary for non-senders use case, nack module use rtt for nack interval check.

Suggestion
as #143 described, we need a control API for active rtcp xr feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant