Skip to content

testing video stream web server with python flask (+gunicorn)

Notifications You must be signed in to change notification settings

channoh/flask-videostream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-videostream

testing video stream web server with python flask (+gunicorn)

Command-line Example

$ gunicorn -w 3 --worker-connections 3 wsgi --timeout 12000 --preload

Requirements

$ virtualenv .venv
$ source ./venv/bin/activate
$ pip3 install -r requirements.txt

About

testing video stream web server with python flask (+gunicorn)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published