我正在使用 WebRTC 进行视频通话。我使用 RTCMTLVideoView 在应用程序中呈现遥控器的视频。除iPhone 11系列设备外,其他设备均运行良好。
#if arch(arm64) // Using metal (arm64 only)
remoteRenderer = RTCMTLVideoView(frame: showInView.bounds)
#endif
Run Code Online (Sandbox Code Playgroud)
我正在 iPhone 11 Pro 13.3.1、iPhone XS 13.2.3 和 iPhone 6 12.3 中检查该问题。但只有 iPhone 11 遇到这个问题。对于这个远程视频渲染问题我们有什么解决方案吗?