mirror of
https://github.com/livekit/livekit.git
synced 2026-08-29 01:09:34 +00:00
Ignore receiver reports that have a sequence number before first packet. (#1745)
This commit is contained in:
@@ -135,7 +135,7 @@ func (t *Track) SetMaxLayer(layer buffer.VideoLayer) bool {
|
||||
}
|
||||
|
||||
func (t *Track) WritePaddingRTP(bytesToSend int) int {
|
||||
return t.downTrack.WritePaddingRTP(bytesToSend, false)
|
||||
return t.downTrack.WritePaddingRTP(bytesToSend, false, false)
|
||||
}
|
||||
|
||||
func (t *Track) AllocateOptimal(allowOvershoot bool) sfu.VideoAllocation {
|
||||
|
||||
Reference in New Issue
Block a user