Yet another approach would be: using the server for just negotiating a direct connection between your clients by handing out the IP addresses. That way you could create a socket connection between the clients and keep that connection open for the duration of the video chat call.
That way you avoid the video / audio file storage step on your server in between. On Saturday, December 8, 2012 10:48:23 AM UTC-6, Nemichand wrote: > > other approach is send images and audio file to server. and then play in > sync. > On Dec 8, 2012 9:13 PM, "Michael Banzon" <[email protected] <javascript:>> > wrote: > > > > That is a very difficult question to answer. It is simple not precise > enough. > > > > Is the approach working for you? If so - you are doing it correctly - > > if not: what have you tried? What isn't working as expected? > > > > On Sat, Dec 8, 2012 at 4:20 PM, nemi chhimpa > > <[email protected]<javascript:>> > wrote: > > > i am developing video chat/calling application. i am sending small > video > > > file to server/callee. is this approach is right or i should try > something > > > else? thanks. > > > > > > -- > > > You received this message because you are subscribed to the Google > > > Groups "Android Developers" group. > > > To post to this group, send email to > > > [email protected]<javascript:> > > > To unsubscribe from this group, send email to > > > [email protected] <javascript:> > > > For more options, visit this group at > > > http://groups.google.com/group/android-developers?hl=en > > > > > > > > -- > > Michael Banzon > > http://michaelbanzon.com/ > > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to > > [email protected]<javascript:> > > To unsubscribe from this group, send email to > > [email protected] <javascript:> > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

