In this project, we propose a video chat application that works over a local network without concerns about data theft.
pip install -r requirements.txt
python3 s1mple\ chat/server.py
python3 s1mple\ chat/client.py
python3 video-chat/server.py
python3 video-chat/client.py --host < ip address of server > --port 9999
python3 audio-video-chat/server.py
python3 audio-video-chat/client.py --host < ip address of server > --vid_port 9999 --aud_port 8003