小编Bal*_*nan的帖子

iPhone 11 系列不支持 RTCMTLVideoView

我正在使用 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 遇到这个问题。对于这个远程视频渲染问题我们有什么解决方案吗?

ios webrtc swift ios13 iphone11

4
推荐指数
1
解决办法
1665
查看次数

标签 统计

ios ×1

ios13 ×1

iphone11 ×1

swift ×1

webrtc ×1