Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 292 Bytes

Video Server

This python application serves a live video stream once a client makes a request to it.

Currently the video config details are as follows:

Network protocol: TCP

Video codec/format: M-jpeg

Make sure to install the opencv library in your server before running this program.