Class PaddingTermination

  • All Implemented Interfaces:
    PacketTransformer, TransformEngine

    public class PaddingTermination
    extends SinglePacketTransformerAdapter
    implements TransformEngine
    De-duplicates RTP packets from incoming RTP streams. A more space-efficient implementation using a replay context is possible but one needs to be careful with the window size not to drop valid retransmissions (https://github.com/jitsi/libjitsi/pull/263#discussion_r100417318).
    Author:
    George Politis