mirror of
https://github.com/koush/scrypted.git
synced 2026-05-26 22:50:30 +01:00
rtp: disable jitter buffer spam
This commit is contained in:
@@ -95,7 +95,7 @@ export class JitterBuffer {
|
||||
|
||||
// missed/late bunch of packets
|
||||
if (packetDistance > this.jitterSize) {
|
||||
this.console.log('jitter buffer skipped packets:', packetDistance);
|
||||
// this.console.log('jitter buffer skipped packets:', packetDistance);
|
||||
const { lastSequenceNumber } = this;
|
||||
this.lastSequenceNumber = sequenceNumber - this.jitterSize;
|
||||
// use the previous sequence number to flush any packets that are too old compared
|
||||
|
||||
Reference in New Issue
Block a user