1

webRTC blurred screen on iOS 13. How to fix.

I'm using libjingle_peerconnection,

https://cocoapods.org/pods/libjingle_peerconnection

connect with friend, I'm only see the blurred screen but it work on iOS 12, just not work on iOS 13.

blurred screen

Cedan Misquith
  • 1,134
  • 9
  • 20
Alvin
  • 51
  • 9
  • I got hit with the same issue, using Kurento SDK for iOS. After updating to GoogleWEBRTC i am now getting a black screen after switching to video. – Amjad Khan Feb 17 '20 at 13:26

1 Answers1

1

rtc_video_capture_ios_objc.mm: captureOutput yPlaneBytesPerRow > CVPixelBufferGetWidth(videoFrame). fix this stride issue with libyuv.

ljsdaya
  • 121
  • 10
  • thanks, but actually I don't have ability to read and change the C code. I'm thanking should use GoogleWebRTC. – Alvin Aug 28 '19 at 07:21
  • Hello @Alvin could you please share how you migrated to GoogleWebRTC from libjingle_peerconnection? Thanks and much appreciated! – Offek Dec 27 '19 at 22:27
  • I am use Cocoapods install Google webRTC, change a few code. https://webrtc.org/native-code/ios/ – Alvin Jan 14 '20 at 11:22