瀏覽代碼

延迟0.1播放 规避首帧花屏问题

jsonwang 3 年之前
父節點
當前提交
10e189ba04
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Introduce/Record/INVideoExportController.swift

+ 1 - 0
Introduce/Record/INVideoExportController.swift

@@ -225,6 +225,7 @@ class INVideoExportController: BFBaseViewController {
                 if let fileUrl = url {
                     let item = AVPlayerItem(url: fileUrl)
                     sself.avplayer.replaceCurrentItem(with: item)
+                    usleep(1000)
                     sself.avplayer.play()
                     sself.playerLayer.borderColor = ThemeStyleColor.cgColor