hi,
i want to add a live video chat in our project .so which technique i should use for live video chatting . and if you have any solution of my problem so reply me and thanks.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Riddhi ValechaPosted Feb 27, 2016, 3:24 PM
soheil karamiPosted Feb 27, 2016, 2:56 PM
Tim ColbyPosted Oct 30, 2014, 4:31 PM
I use the Leadtools SDK for video conferencing, but my application is a .NET WinForm program.
You mentioned ASP.NET so it appears you want to do this in a web application. I haven't tried this myself, but it appears the SDK supports it because their forum contains an example here.
Tim
Edward SimonPosted Oct 13, 2014, 1:57 AM
If i understand, you would like to establish connection with more cameras in a live chat. I can offer to you two kind of solution to your problem. You can an example and you can try it and study the methods how can you establish a video chat example in C#.
http://www.voip-sip-sdk.com/p_96-flash-webphone-chat-example-voip.html
It's just an idea but besides that, there are an other solution for you, if you want to connect just more cameras in local area you can you camera solution with more cameras. There is an other way how you can make a video chat without internet connection. There is an example for live video recording:
http://www.camera-sdk.com/p_56-how-to-record-from-multiple-cameras-simultaneously-onvif.html
If you established the connection you can make video chat with 2 or more live camera views. I hope these solution can help to reach your goals and can find more knowledge to solve your problem.