From b7215032c4795f75f81572a9341aab7f66a1084a Mon Sep 17 00:00:00 2001 From: Rusty Rain Date: Sat, 3 Feb 2024 14:56:40 -0800 Subject: [PATCH] temporally disable default RTCP feedback --- src/description/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/description/config.rs b/src/description/config.rs index a8f8479..d476191 100644 --- a/src/description/config.rs +++ b/src/description/config.rs @@ -165,7 +165,7 @@ impl MediaConfig { } let video_rtcp_feedback = vec![ - RTCPFeedback { + /*TODO: RTCPFeedback { typ: "goog-remb".to_owned(), parameter: "".to_owned(), }, @@ -180,7 +180,7 @@ impl MediaConfig { RTCPFeedback { typ: "nack".to_owned(), parameter: "pli".to_owned(), - }, + },*/ ]; for codec in vec![ RTCRtpCodecParameters {