/Python-video-chat-app

This is a basic chat app in which client can send the video frames to the server and the server administrator can stream it.

Primary LanguagePython

Python-video-chat-app

This is a basic chat app in which client can send the video frames to the server and the server administrator can stream it.

Steps to Run:

Simply run server.py first (python3 server.py)
And then run client.py (python3 client.py)