I develop application for android that shows stream video received from video server. It takes video from IP-cameras, codes them with libav codec to byte array and passes result byte array as stream to clients.
MediaCodec can't do this. I've searching for it, the question was asked there
, but no result.
Any ideas how to use ExoPlayer for this task?