Desktop based Video Chat Application using Java Socket Programming and OpenCV.
To run application on two different computers/system (System1 and System2) :
Step 1: Check both your systems are in same LAN network.
Step 2: Check IPv4 address of System 1 using "ipconfig" and enter it in System 1 Client.java main method and do vice versa.
Step 3: Check sockets you are using, all must be different.
Step 4: Run ServerVideo.java and SeverAudio.java on System1 and System2.
Step 5: Run Client.java on System1 and System2.