Author |
|
ajay__soni Intermediate
Joined: December 01 2007 Location: United Kingdom Posts: 19
|
Posted: August 04 2008 at 6:50am | IP Logged
|
|
|
Hi,
Could you recommend an approach on how I can create a video softphone (including audio) that would connect to another user using your SDK. I would like to use the webcams.
I can use either C++ or .NET.
Many thanks
Ajay
|
Back to Top |
|
|
ajay__soni Intermediate
Joined: December 01 2007 Location: United Kingdom Posts: 19
|
Posted: August 04 2008 at 7:34am | IP Logged
|
|
|
Hi,
Just to let you know. I found a control that will allow me to establish peer-to-peer connection over a TCP port. Is there a way of me building a SIP UA and passing some SDP on how they should negotiate the video connection?
Thanks
Ajay
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: August 04 2008 at 12:37pm | IP Logged
|
|
|
Hi Ajay,
At this time the media engine fully supports full duplex audio VOIP calls using various voice codecs but not video. We plan to implement h264 video streaming sometime in the future unfortunately at this time video support in the media engine is not available.
Also note that the VOIP Media Engine uses UDP for all media streaming.
If you wanted to handle video, theoretically you could still use the media engine for the audio support and your application would handle the video itself but this could lead to audio/video synch issues and who knows what other possible issues.
Support
|
Back to Top |
|
|