You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like VideoTrackTranscoder is unable to configure the codec.
android.media.MediaCodec$CodecException: Error 0xffffec77
at android.media.MediaCodec.native_configure(MediaCodec.java)
at android.media.MediaCodec.configure(MediaCodec.java:1943)
at android.media.MediaCodec.configure(MediaCodec.java:1872)
at e.j.a.a.n.c.a(CodecUtils.java:1)
at e.j.a.a.n.c.f(CodecUtils.java:7)
at e.j.a.a.n.c.d(CodecUtils.java:7)
at e.j.a.a.g.e.i(MediaCodecEncoder.java:3)
at e.j.a.a.m.e.j(VideoTrackTranscoder.java:5)
at e.j.a.a.m.e.(VideoTrackTranscoder.java:8)
at e.j.a.a.m.d.a(TrackTranscoderFactory.java:5)
at e.j.a.a.d.b(TransformationJob.java:12)
at e.j.a.a.d.j(TransformationJob.java:3)
at e.j.a.a.d.run(TransformationJob.java:1)
Details of the video being trimmed
What might be the cause here?
The text was updated successfully, but these errors were encountered:
Below is the stack trace of the crash
Seems like VideoTrackTranscoder is unable to configure the codec.
android.media.MediaCodec$CodecException: Error 0xffffec77
at android.media.MediaCodec.native_configure(MediaCodec.java)
at android.media.MediaCodec.configure(MediaCodec.java:1943)
at android.media.MediaCodec.configure(MediaCodec.java:1872)
at e.j.a.a.n.c.a(CodecUtils.java:1)
at e.j.a.a.n.c.f(CodecUtils.java:7)
at e.j.a.a.n.c.d(CodecUtils.java:7)
at e.j.a.a.g.e.i(MediaCodecEncoder.java:3)
at e.j.a.a.m.e.j(VideoTrackTranscoder.java:5)
at e.j.a.a.m.e.(VideoTrackTranscoder.java:8)
at e.j.a.a.m.d.a(TrackTranscoderFactory.java:5)
at e.j.a.a.d.b(TransformationJob.java:12)
at e.j.a.a.d.j(TransformationJob.java:3)
at e.j.a.a.d.run(TransformationJob.java:1)
Details of the video being trimmed
What might be the cause here?
The text was updated successfully, but these errors were encountered: