-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AVAssetWriterInput appendSampleBuffer:] Cannot append sample buffer crash #13
Comments
i believe this could be happening when encoding fails and never signals the appropriate semaphore for completion, the session should just explicitly fail |
I'm all of a sudden getting this now with |
Hey @rromanchuk ! No, I'm sorry. We didn't switch to original repository yet, we use our fork for now |
fwiw, i pulled in most of @alexanderkhitev fork's changes at some point. will try reproduce the crash mentioned. |
@alexanderkhitev @piemonte hey guys i just tried switching to spm and i got this crash, and found myself here. I realized i had @piemonte i'll start digging through diffs and try to figure out if i can find if it's something unique to my usage/implementation |
hey @rromanchuk thanks for note. if you find something helpful, would appreciate it. also provided you access. |
@rromanchuk I am facing exactly the same issue. Have you fixed the bug? |
Hi! Thanks for great framework!
I have seen reports in Crashlytics that occur in
NextLevelSessionExporter
.The text was updated successfully, but these errors were encountered: