Hi, I used framelayout to one surfaceview other. It was not working then I done following thing
localSurfaceView.setZOrderMediaOverlay(true); // is to display top remoteSurfaceView.setZOrderMediaOverlay(false); // down It is working fine. On Sunday, 13 November 2011 20:02:23 UTC+5:30, Rajeev Ranganathan wrote: > > Hello everyone, > We are developing a video teleconferencing Solution,where the camera > preview(a Surface view) should come on top > of another surface view which shows the other peer in > conversation.So,I just wanted to know,if it is possible to > render a video content on a surface view ,on top of which,there is > another surface view.I tried this on GB 2.3.4, the camera preview > seems to be very much visible.I can also hear the streamed audio but > in place of video,A WHITE screen is getting displayed and the phone > freezes after sometime.Right now,we are testing this on Nexus > S(Crespo). > Thanks in advance... :) -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/d0f202d0-bb0b-4b9d-91b1-ab94057c13a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

