Esempio n. 1
0
 public void LocalVideoSampleReady(byte[] sample)
 {
     if (sample != null && _remoteVideoEP != null && !_stop)
     {
         _rtpVideoChannel.SendVP8Frame(sample, VP8_TIMESTAMP_SPACING, VIDEO_PAYLOAD_TYPE);
     }
 }