Beispiel #1
0
 private static void ForwardVideoFrameToSIP(IPEndPoint remoteEP, uint timestamp, byte[] frame, VideoFormat format)
 {
     if (_rtpSession != null && !_rtpSession.IsClosed)
     {
         _rtpSession.SendVideo(3000, frame);
     }
 }