Skip to content
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

Transformation Error #268

Open
jwcharp opened this issue Nov 17, 2023 · 1 comment
Open

Transformation Error #268

jwcharp opened this issue Nov 17, 2023 · 1 comment

Comments

@jwcharp
Copy link

jwcharp commented Nov 17, 2023

getting this error intermittently -

E/MediaCodec: Codec reported err 0xfffffff4/NO_MEMORY, actionCode 0, while in state 5/STARTING
D/MediaCodec: flushMediametrics
E/TransformationJob: Transformation job error
com.linkedin.android.litr.exception.TrackTranscoderException: Internal codec error occurred.Media transformation failed for job id: null
Diagnostic info: android.media.MediaCodec.error_1100

Any ideas how I can resolve, or what may be causing it?

@izzytwosheds
Copy link
Contributor

Apologies for the late response.
Looks like the error is coming from Android's MediaCodec layer, which is beyond LiTr's control. Since codec is complaining about the lack of memory, I would check what resolution/bitrate you are trying to encode with and which device this is happening on. And if LiTr is the only one using MediaCodec at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants