wcs-2941

  1. andrew.n

    Video distortion when changing RTCEAGLVideoView size

    I use 2 RTCEAGLVideoViews, one to play the remote link and one for broadcasting. When the streamers are ready, the delegate method - (void)videoView: (RTCEAGLVideoView *)videoView didChangeVideoSize: (CGSize)size; is called and I set the videoView.layer.frame properly. We have the following...
Top