An open API service indexing awesome lists of open source software.

https://github.com/thomasgust/flasksocketiovideostreaming

A simple example of using flask-socket-io to livestream processed video within a flask application (without WebRTC)
https://github.com/thomasgust/flasksocketiovideostreaming

camera camera-streaming demo flask flask-server flask-socketio html javascript python socketio sockets video video-processing video-streaming web websockets websockets-server

Last synced: over 1 year ago
JSON representation

A simple example of using flask-socket-io to livestream processed video within a flask application (without WebRTC)

Awesome Lists containing this project

README

          

# Flask Socket-IO Video Streaming
A simple example of using flask-socket-io to livestream processed video within a flask application (without WebRTC)

I had some trouble getting video streaming and processing to work with Flask on another project, so this repo is here in case anyone else is having the same problems.
I hope this repo is useful!