Skip to content
  • Gijs Peskens's avatar
    Fix multicast packet recovery in libRIST sender · 4805c879
    Gijs Peskens authored
    Peers were not getting associated correctly, so their NACKS were getting ignored, this corrects that.
    
    Future TODO: we need to be compliant with the spec, which means listening for RTCP comms on multicast,
    instead of the unicast source we send from. Also for the receiver we will need to be able to send to the
    RTCP multicast, instead of it's unicast source.
    Other implementations also have this behaviour, so we will need to figure a way to do both in a sensible
    way to remain compatible.
    4805c879