This commit is contained in:
boks1971
2025-08-16 13:31:09 +05:30
parent 2c3aa7a208
commit ae5b90c60e
+1
View File
@@ -1021,6 +1021,7 @@ func (t *PCTransport) AddRemoteTrackAndNegotiate(
}
}
if !disabled && !mime.IsMimeTypeStringRTX(c.RTPCodecCapability.MimeType) {
// SINGLE-PEER-CONNECTION-TOOD: remove `nack` for RED and add `nack` for Opus
if rtpCodecType == webrtc.RTPCodecTypeVideo {
c.RTPCodecCapability.RTCPFeedback = rtcpFeedbackConfig.Video
} else {