Missing Android MediaCodec HW decode/encode

Options
Miguel del Amor
Miguel del Amor New Member Posts: 1
I'm looking for use my Up Board with Android for an application that does video rendering and it's mandatory to have HW decode/encode. On Linux with Ubuntu 16 I've been able to do that with gstreamer without problems but while trying to do same with Android I'm not being able because there's no decoder/encoder available on Android MediaCodec API rather than google software decoder/encoder.

Any solution ?