Hi, Does anyone know of any good documentation or resources on creating a video chat/conferencing system using c# or c++? I have looked at a number of sites, but could you find any free or fee-based references, Thanks, John
Welcome - you are bound for failure. I spend around a year of time developing a video conferencing solution with a small team for a customer, and we are FAR from done. You have to handle a ton of different stuff. The documentation is out there - start with
DirectShow (stream handling) and the RTP RFC's. Oh, and there are H.323 references available - they cost a little, but they are there.
I went thru ur comments and suggestion on video conferencing using C#. Infact i'm also looking for some references for developing a video conferencing application using ASP.NET. Is there any tools/third party tools are available to implement this functionality?
Please help me out in this. Thanks Parthiban
::Infact i'm also looking for some references for developing a video conferencing application ::using ASP.NET. Technicall impsollible. ASP.NET is about turning over web pages or serving files. YOu dont seriously want to run videoconferencing ina HTML page with
self refresh and a new image every time? EVERY video conferencing solution has to run on the CLIENT. And with hugh rights (access to hardware - camera and microphone). ASP.NET could be used to turn out a page hosting such a control (as could static HTML),
but this is all. Use ASP.NET what is was done for. ::Is there any tools/third party tools are available to implement this functionality? Netmeeting can be integrated in HTML pages, which is H.323 based.´(which most routers dont support). On XP the RTC framework
could be used to write a control that you can host on a pag. WOuld be SIP based (which most routers dont support either, but then it has UPNP, and there some step in).
Hi dear Sorry for my poor English, but I thinck I can help you Did you ever hear about rtc (Real time communication client and server) You have to have it, and you can find all you need , just look at the help. I created the program like you need, if you have
any other questions just let me know Hrair Avanesyan from Armenia, Yerevan(harry_eagle@yahoo.com) PostScript: If you still have a problem to find things let me know, I can tell you there to find and you have to know, what video conferencing is workin only
on XP's and later platforms
i have been working on applying video conferencing in asp.net for a long time and this really makes my hairs pull off from my head.
and i just came up with a solution that u have to use Flash Media server with ASP.NET in accordance with the Flash Action scripting for detecting the camera and all that stuff .
i have done with it ...and recently i posed it with the code.
Sincerely,
Mohanish Mahajan.
Microsoft Online Community Support
“Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread. ”
aspx_uk
Member
100 Points
20 Posts
Video Chat/Conferencing Resources/Documentation
Apr 02, 2003 03:28 PM|LINK
thona
Member
20 Points
2923 Posts
Re: Video Chat/Conferencing Resources/Documentation
Apr 03, 2003 08:37 AM|LINK
man_krastogi
Member
10 Points
2 Posts
Re: Video Chat/Conferencing Resources/Documentation
May 12, 2003 07:58 PM|LINK
thona
Member
20 Points
2923 Posts
Re: Video Chat/Conferencing Resources/Documentation
May 13, 2003 05:52 AM|LINK
parthi_b
Member
5 Points
1 Post
Help required for Video Conferencing using ASP.NET
Jul 17, 2003 11:26 AM|LINK
thona
Member
20 Points
2923 Posts
Re: Help required for Video Conferencing using ASP.NET
Jul 23, 2003 06:07 AM|LINK
HrairAv
Member
5 Points
1 Post
Re: Video Chat/Conferencing Resources/Documentation
Oct 07, 2004 12:36 PM|LINK
mariamhamid
Member
35 Points
7 Posts
Re: Video Chat/Conferencing Resources/Documentation
Jul 08, 2005 03:29 AM|LINK
I am also try to add netmeeting in my web. How should I start?
Please guide me....Thanks in advance.
mariam
adik692002@yahoo.com
pavipinnaman...
Member
446 Points
106 Posts
Re: Video Chat/Conferencing Resources/Documentation
May 07, 2008 12:22 PM|LINK
can any one do help in this regard I am also struggling for this kind of requirement since man days.
I need to transfer live video on the internet and record that in parallel in the web forum
Pavithru Pinnamaneni
mohanish
Member
11 Points
20 Posts
Video Chat/Conferencing Resources/Documentation
Mar 12, 2009 03:04 PM|LINK
hey all,
i have been working on applying video conferencing in asp.net for a long time and this really makes my hairs pull off from my head.
and i just came up with a solution that u have to use Flash Media server with ASP.NET in accordance with the Flash Action scripting for detecting the camera and all that stuff .
i have done with it ...and recently i posed it with the code.
Mohanish Mahajan.
Microsoft Online Community Support
“Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread. ”