Browse Source

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

jsonwang 3 năm trước cách đây
mục cha
commit
10e189ba04
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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