This is a basic chat app in which client can send the video frames to the server and the server administrator can stream it.
Simply run server.py first (python3 server.py)And then run client.py (python3 client.py)
This is a basic chat app in which client can send the video frames to the server and the server administrator can stream it.
Python