Skip to content

Simple demo that shows the use of web sockets and http streaming with Python

Notifications You must be signed in to change notification settings

rembli/flaskWebSocketProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskWebSocketProject

Advanced demo combining three interessting topics:

  1. Access to user's web cam
  2. Using web sockets to send video snapshots with high frequence from browser to server
  3. Http streaming the modified modified images as MJPEGs back to browser

This implementation is a simplified fork of: https://github.com/dxue2012/python-webcam-flask/blob/master/README.md

The original tutorial from Miguel Grinberg https://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent

This code was the basis for the implementation at http://www.kunstkam.de

About

Simple demo that shows the use of web sockets and http streaming with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published