Exemplo n.º 1
0
 public RTPIncomingVideoFeed(IPEndPoint MultiCastAddress)
 {
     this.MulticastAddress = MultiCastAddress;
     VideoFrameFragmentor = new VideoFrameFragmentor(this);
 }
Exemplo n.º 2
0
 public RTPIncomingVideoFeed(IPEndPoint MultiCastAddress)
 {
     this.MulticastAddress = MultiCastAddress;
     VideoFrameFragmentor  = new VideoFrameFragmentor(this);
 }