Replies: 3 comments 13 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.
-
|
First, could you please share the following configuration values?
Also, could you show me the following code?
|
Beta Was this translation helpful? Give feedback.
-
|
@shogo4405 @noho501 does this issue still occur? I am in the process of upgrading to version 2.2.4 for HaishinKit but I may stop if file recording still has issues. (Unrelated) |
Beta Was this translation helpful? Give feedback.
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