rtpjitterbuffer: Limit size to 2^15 packets
If it goes over 2^15 packets, it will think it has rolled over and start dropping all packets. So make sure the seqnum distance is not too big. But let's not limit it to a number that is too small to avoid emptying it needlessly if there is a spurious huge sequence number, let's allow at least 10k packets in any case.
Loading