Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a requirement to make a video chat component but the problem i am having is to figure out if its somehow possible to do that without the need of a media server. Something where the video could be streamed between clients. I need this for a web site but installing a small exe on the client side is a possibility. Is that even possible?
Posted

1 solution

For p2p communication peers should know IP:PORT addresses but mostly peers are behind NAT routers so they can't identify each other without mediator which has direct access from all peers.You have to implement protocols like stun,sip,ice in your application.
stun,sip services are available freely and google is your best friend.
 
Share this answer
 

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