/socket-video-streaming

python video streaming (using socket) server & client

Primary LanguagePython

video-streaming

simple video streaming server & client based on: Developing a Live Video Streaming Application using Socket Programming with Python


TODO

  • [ERROR] connectionabortederror 10053

how to install

I strongly recommend you to work inside a virtual environment.

$ pip install -r requirements.txt

how to run

run server

$ python server.py --video {videopath}

and then run client on a separate bash

$ python client.py