Skip to content

Commit

Permalink
temporally disable default RTCP feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusty Rain committed Feb 3, 2024
1 parent 1664fd9 commit b721503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/description/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ impl MediaConfig {
}

let video_rtcp_feedback = vec![
RTCPFeedback {
/*TODO: RTCPFeedback {
typ: "goog-remb".to_owned(),
parameter: "".to_owned(),
},
Expand All @@ -180,7 +180,7 @@ impl MediaConfig {
RTCPFeedback {
typ: "nack".to_owned(),
parameter: "pli".to_owned(),
},
},*/
];
for codec in vec![
RTCRtpCodecParameters {
Expand Down

0 comments on commit b721503

Please sign in to comment.