How to set Mode of H263 when use MediaCodec in Android?

29 Views Asked by At

When adding H.263 encoding support to WebRTC, I find that the RTP packets I send are in Mode A, but the packets received from the peer are in Mode B, resulting in an inability to display properly on both sides. How can I set the mode when using MediaCodec? Can I use MediaFormat to achieve this?

The way to set H263 mode when use mediacodec

0

There are 0 best solutions below