--
You received this message because you are subscribed to the Google Groups "android-platform" group.
To post to this group, send email to android-...@googlegroups.com.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-platform?hl=en.
To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
I did a app with SIP... Modified the source of native SIPDroid
client... But for Video calling, they didn't added anything... We need
to add ours into SIP.. Please talk over to me, if you are really
interested.... Happy Diwali....
Thanks,
Guna
We are developing our own video client so we were using Sipdroid as a starting point, mainly to look at an example SIP stack on Android.
We used our own open source SIP server, Opensips.
Can you tell me why you need two way video? Are you developing a video product, or a service, or just curiosity?
Regards,
Albert
> To unsubscribe from this group, send email to android-platfo...@googlegroups.com.
Yes, we were able to make calls from Sipdroid using Opensis.
From my observation, it seemed the video capability was something that was added haphazardly to sipdroid and not a lot of thought had gone into it. If you are making peer to peer calls, the server should communicate the IP address, and the video/audio port numbers to the originating and terminating clients. It has been a while, but I don't recall seeing the code on Sipdroid that would then setup the surface for the video to be displayed.
As I said, we were developing our own video calling client, so once we saw an example we really didn't spend much time with Sipdroid. We are developing a product, and any changes made to Sipdroid would have been subject to the licensing terms that Sipdroid had established, and we didn't want to pursue that path.
If you are not developing your own video calling client, why not use existing services (such as Qik or Tango).
Albert