Video Streaming Application
How to Create a Video Chat Application without voice Using cv2 module of python
To do this firstly we should have a proper knowledge about socket programming in python.
Socket programming-Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.
We should also have a proper knowledge of OpenCV
OpenCV-Python is a library of Python bindings designed to solve computer vision problems.
There are two files in video streaming application
Server side
Client side
Code file can be downloaded from my github account i.e. https://github.com/diwananirudh1084/Video-Streaming/tree/main