Class ULPFECReceiver

  • All Implemented Interfaces:
    PacketTransformer

    public class ULPFECReceiver
    extends AbstractFECReceiver
    This class handles the reception of incoming ULPFEC (RFC 5109) packets
    Author:
    bgrozev, bbaldino
    • Constructor Detail

      • ULPFECReceiver

        public ULPFECReceiver​(long ssrc,
                              byte payloadType)
    • Method Detail

      • doReverseTransform

        protected RawPacket[] doReverseTransform​(RawPacket[] pkts)
        Description copied from class: AbstractFECReceiver
        Perform fec receive logic specific to the fec implementation
        Specified by:
        doReverseTransform in class AbstractFECReceiver
        Parameters:
        pkts - the input media packets
        Returns:
        a RawPacket[] containing the given media packets as well as any media packets that were recovered