|
@@ -555,6 +555,7 @@ class BFRecordScreenCameraManager: BFRecordScreenBaseManager {
|
|
|
|
|
|
let tt = currentAssetProgress - currPlayTime
|
|
|
BFLog(1, message: "asset - tt: \(tt.seconds), curr:\(currentAssetProgress.seconds)")
|
|
|
+
|
|
|
if CMTimeCompare(tt, (avplayer.currentItem?.duration ?? .zero)) == 0 {
|
|
|
if needPlay {
|
|
|
avplayer.play()
|