Click here to Skip to main content
15,891,976 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
how to make online video chat application in c#,net?
its a desktop application.
Posted
Updated 22-Dec-11 21:34pm
v2
Comments
Rajesh Anuhya 23-Dec-11 2:21am    
Repost
Smithers-Jones 23-Dec-11 4:32am    
Wow, so lazy, no effort at all, not capable of doing some research. I predict you a great future at the drive-in.
poojashinde 9-Feb-12 6:52am    
How to create Video chatting in asp.net using c sharp

What kind of a question is that? Definitely not suitable for Q&A. You obviously didn't do any research at all, just want to use other people's work? Ever heard of Google? Or tried to search here on Codeproject? If you would have done that, you would have found many articles, that might be of help. I listed some of those articles below, since I am in good mood today. Maybe you want to have a look at them, and actually do some work on your own? But probably you only wanted the complete project handed over on a silver plate. Not going to happen.

Work through this and come back, if you have a real question or problem.

Picture Chat Using C#[^]
Building an AJAX based chat room in ASP.NET[^]
Chat Client Server[^]
Chat With US DI[^]
ASP.Net chatting using WCF Services and JSon[^]
A. R. Live Support: XML Based Customer Support Chat Solution[^]
Build a Web based Chat using ASP.NET Ajax[^]
Chat Application in ASP.NET Using AJAX (Pop-up Windows)[^]
Writing ASP Chat using JavaScript and XML (Part 2)[^]
Chat Application using Web services in C#[^]
Java Chat With Customizable GUI[^]
Google Chat Desktop Application using Jabber.Net[^]
Web User control in ASP.NET with AJAX[^]
Chat program[^]
Simple Chat Application in ASP.NET[^]
Global Text Chat Room Application using C#.NET Remoting Technology[^]
[A Simple] AI Chatbot Wizard: Create, Train and Chat[^]
Writing ASP Chat using JavaScript and XML (Part 1)[^]
Simple Voice Chat[^]
Simple chat application for ASP.NET[^]

If you have the feeling, that you saw this exact answer before, then you are right. I posted exactly the same thing yesterday, and already three other times before. Seriously, how difficult is it to do at least a tiny bit of research yourself?????
 
Share this answer
 
Comments
jasen.selvaraj 13-Jan-12 0:30am    
thanks for your reply
You should be more detailed in your question, is it going to be web based or a desktop application, if its going to be a desktop application, there a lot of things involved, you have to capture the audio from the system's microphone compress it using a codec(G729) before sending it to the other party, as well u will capture the video from webcamera compress it as well using codecs such as(h263 or h264) before sending, I suggesst you search codeproject for projects on video chat, and you can read more on directshow.net
 
Share this answer
 
Hello
I want an ASP page to chat between two people can design
If you get an article about this Code or Offer
 
Share this answer
 
Comments
[no name] 13-Aug-12 6:58am    
How exactly is this an answer to the question posted?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900