Skip to content

Commit 69048ff

Browse files
authored
Ignore dropping dummy packets (#761)
1 parent c723cc6 commit 69048ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/synchronizer/start_gate.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ func (b *burstEstimatorGate) Push(pkt jitter.ExtPacket) ([]jitter.ExtPacket, int
8686
return ready, 0, true
8787
}
8888

89-
if len(pkt.Payload) == 0 {
90-
return nil, 0, false
91-
}
92-
9389
if !b.hasLast {
9490
b.lastTS = pkt.Timestamp
9591
b.lastArrival = pkt.ReceivedAt

0 commit comments

Comments
 (0)