Skip to content

rtpjitterbuffer: Limit size to 32k packets

If it goes over 2^15 packets, it will think it has rolled over and start dropping all packets. This is useful when processing a very high packet rate.. Or when processing RTP packets from a recording (a dump) so that the pipeline can act as a non-live pipeline.

Merge request reports