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

link|improve this question

63% accept rate
Have you found with some solution I am in a search for some help on the same and have you gone through this code.google.com/p/sipdroid If you have some good material than please send me the link too Thanks in Advance – Shraddha bhatt Nov 10 '11 at 10:16
Not found any good resources yet. Still using the old code, performance problem is there. – Vinod Maurya Nov 12 '11 at 6:30
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.