LiTr icon indicating copy to clipboard operation
LiTr copied to clipboard

Transformation Error

Open jwcharp opened this issue 2 years ago • 1 comments

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?

jwcharp avatar Nov 17 '23 20:11 jwcharp

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.

izzytwosheds avatar Jan 19 '24 18:01 izzytwosheds