...

Which is exactly what SIP does.

But why make a video chat application when there are so many good ones
out there already?  Doing this correctly is a pretty big engineering
challenge...

kris

On Sat, Dec 8, 2012 at 12:23 PM, Nobu Games <dev.nobu.ga...@gmail.com> wrote:
> 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" <mic...@banzon.dk> 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 <ern...@gmail.com> 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 android-d...@googlegroups.com
>>
>> > > To unsubscribe from this group, send email to
>> > > android-developers+unsubscr...@googlegroups.com
>> > > 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 android-d...@googlegroups.com
>>
>> > To unsubscribe from this group, send email to
>> > android-developers+unsubscr...@googlegroups.com
>> > 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to