mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 15:35:41 +00:00
Handle REMB on RTX RTCP (#3257)
This commit is contained in:
@@ -1886,6 +1886,11 @@ func (d *DownTrack) handleRTCPRTX(bytes []byte) {
|
||||
d.rtpStatsRTX.UpdateFromReceiverReport(r)
|
||||
}
|
||||
|
||||
case *rtcp.ReceiverEstimatedMaximumBitrate:
|
||||
if sal := d.getStreamAllocatorListener(); sal != nil {
|
||||
sal.OnREMB(d, p)
|
||||
}
|
||||
|
||||
case *rtcp.TransportLayerCC:
|
||||
if p.MediaSSRC == d.ssrcRTX {
|
||||
if sal := d.getStreamAllocatorListener(); sal != nil {
|
||||
|
||||
Reference in New Issue
Block a user