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