Skip to content

FloweryK/socket-video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

python video streaming (using socket) server & client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages