Create a Live Streaming Video Chat App without voice using cv2 Module

Garvit Garg
Jun 16, 2021

Hey guys in this blog we are gonna learn how to create a Live Streaming Video Chat App without voice using cv2 Module of Python. But to do so we need the concept socket networking in python. To understand that we need to firstly understand the concept of Socket and CV2 module.

SOCKET :

A socket is nothing but just the binding of IP address and Port Number.

--

--