Skip to content

Instantly share code, notes, and snippets.

@dafinoer
Created July 13, 2022 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dafinoer/4e1ce9de4b970d6cd5dfb771e45dab87 to your computer and use it in GitHub Desktop.
Save dafinoer/4e1ce9de4b970d6cd5dfb771e45dab87 to your computer and use it in GitHub Desktop.
E/ExportTask(31787): Error while export
E/ExportTask(31787): android.media.MediaCodec$CodecException: Error 0xfffffc0e
E/ExportTask(31787): at android.media.MediaCodec.native_configure(Native Method)
E/ExportTask(31787): at android.media.MediaCodec.configure(MediaCodec.java:2127)
E/ExportTask(31787): at android.media.MediaCodec.configure(MediaCodec.java:2043)
E/ExportTask(31787): at com.banuba.sdk.core.encoding.MediaEncoderVideo.prepare(MediaEncoderVideo.java:74)
E/ExportTask(31787): at com.banuba.sdk.core.encoding.MediaMuxerWrapper.prepare(MediaMuxerWrapper.java:128)
E/ExportTask(31787): at com.banuba.sdk.export.internal.EncodingBundle.<init>(EncodingBundle.java:52)
E/ExportTask(31787): at com.banuba.sdk.export.internal.ExportTask.execute(ExportTask.kt:167)
E/ExportTask(31787): at com.banuba.sdk.export.internal.ExportManager.tryExport(ExportManager.kt:95)
E/ExportTask(31787): at com.banuba.sdk.export.internal.ExportManager.export-gIAlu-s(ExportManager.kt:54)
E/ExportTask(31787): at com.banuba.sdk.export.internal.EditorExportDataProvider$exportAsync$1.invokeSuspend(EditorExportDataProvider.kt:159)
E/ExportTask(31787): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
E/ExportTask(31787): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
E/ExportTask(31787): at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:39)
E/ExportTask(31787): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
E/ExportTask(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
E/ExportTask(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
E/ExportTask(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
E/ExportTask(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
E/ExportFlowManager(31787): Could not complete export video or preview!
E/ExportFlowManager(31787): android.media.MediaCodec$CodecException: Error 0xfffffc0e
E/ExportFlowManager(31787): at android.media.MediaCodec.native_configure(Native Method)
E/ExportFlowManager(31787): at android.media.MediaCodec.configure(MediaCodec.java:2127)
E/ExportFlowManager(31787): at android.media.MediaCodec.configure(MediaCodec.java:2043)
E/ExportFlowManager(31787): at com.banuba.sdk.core.encoding.MediaEncoderVideo.prepare(MediaEncoderVideo.java:74)
E/ExportFlowManager(31787): at com.banuba.sdk.core.encoding.MediaMuxerWrapper.prepare(MediaMuxerWrapper.java:128)
E/ExportFlowManager(31787): at com.banuba.sdk.export.internal.EncodingBundle.<init>(EncodingBundle.java:52)
E/ExportFlowManager(31787): at com.banuba.sdk.export.internal.ExportTask.execute(ExportTask.kt:167)
E/ExportFlowManager(31787): at com.banuba.sdk.export.internal.ExportManager.tryExport(ExportManager.kt:95)
E/ExportFlowManager(31787): at com.banuba.sdk.export.internal.ExportManager.export-gIAlu-s(ExportManager.kt:54)
E/ExportFlowManager(31787): at com.banuba.sdk.export.internal.EditorExportDataProvider$exportAsync$1.invokeSuspend(EditorExportDataProvider.kt:159)
E/ExportFlowManager(31787): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
E/ExportFlowManager(31787): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
E/ExportFlowManager(31787): at kotlinx.coroutines.internal.LimitedDispatcher.run(LimitedDispatcher.kt:39)
E/ExportFlowManager(31787): at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:95)
E/ExportFlowManager(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)
E/ExportFlowManager(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
E/ExportFlowManager(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)
E/ExportFlowManager(31787): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)
E/ERROR (31787): CODEC_ERROR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment