We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some(x) => match *x { "ack" => SdpAttributeRtcpFbType::Ack, "ccm" => SdpAttributeRtcpFbType::Ccm, "nack" => SdpAttributeRtcpFbType::Nack, "trr-int" => SdpAttributeRtcpFbType::TrrInt, "goog-remb" => SdpAttributeRtcpFbType::Remb, "transport-cc" => SdpAttributeRtcpFbType::TransCc, _ => { return Err(SdpParserInternalError::Unsupported(format!( "Unknown rtcpfb feedback type: {:?}", x ))); } },
Unsupported { error: Unsupported("Unknown rtcpfb feedback type: "rrtr""), line: "a=rtcp-fb:111 rrtr", line_number: 26 }
The text was updated successfully, but these errors were encountered:
@yuebinyun I am not familiar with the rrtr feedback type. Is there an RFC you could point me to?
Sorry, something went wrong.
I've noticed that rrtr feedback type is used in Google Meet. Found definition of rrtr in Chromium source.
rrtr
Google Meet
Chromium
Firefox issue filed: https://bugzilla.mozilla.org/show_bug.cgi?id=1729757
No branches or pull requests
Unsupported { error: Unsupported("Unknown rtcpfb feedback type: "rrtr""), line: "a=rtcp-fb:111 rrtr", line_number: 26 }
The text was updated successfully, but these errors were encountered: