public RTPIncomingVideoFeed(IPEndPoint MultiCastAddress)
 {
     this.MulticastAddress = MultiCastAddress;
     VideoFrameFragmentor = new VideoFrameFragmentor(this);
 }
 public RTPIncomingVideoFeed(IPEndPoint MultiCastAddress)
 {
     this.MulticastAddress = MultiCastAddress;
     VideoFrameFragmentor  = new VideoFrameFragmentor(this);
 }