I am making a video conferencing app for android. Till now I have achieved some basic functionality only and further facing problems in that.
I am able to upstream the video to the server with some delay but when it comes to downstream on the other phone the image is flickering much. Sometime it shows black or green screen.
The upstream app takes the data on onPreviewFrame of Camera and on other thread it transfer it to the server.
The server then process this data (like conversion of data to image, reduce its size) and sends back to the other phone connected to it.
I have hosted the code here.
If it is possible for someone to help then it will be great.
Thanks