How to compress the frame/buffer . Encoder ?
I have get the frame/buffer by using codec. (FrameAccess.java) I found the buffer is too large,so I want to compress them . How can I do it ?could you guys give me a solution ?Thanks
# 1
coutinue After compressing the frame/buffer, I wrap them (aout 1 second) as a package, and then transfer the package by UDP. SO, I have to compress the frame/buffer.