Replies: 1 comment 4 replies
-
case .failedToFinishWriting(let error):
print(error)HaishinKit.swift/Examples/iOS/PublishViewModel.swift Lines 84 to 95 in 339a7b5 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m using HaishinKit to live stream and record video.
When streaming around 90 minutes, the recording sometimes (30–40% cases) fails to save with this error:
I already added retry logic to call
stopRecording()again, but it still fails.Even when I use:
it sometimes only saves about 60 seconds instead of the full 90 minutes.
Here’s how I stop recording:
I need a safe and reliable way to ensure the recorded video is saved completely, even for long sessions (90m+).
Any suggestion or workaround?
Beta Was this translation helpful? Give feedback.
All reactions