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)
- Host: GitHub
- URL: https://github.com/thomasgust/flasksocketiovideostreaming
- Owner: ThomasGust
- Created: 2022-07-31T03:53:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T00:46:34.000Z (over 2 years ago)
- Last Synced: 2025-02-28T10:04:05.345Z (over 1 year ago)
- Topics: camera, camera-streaming, demo, flask, flask-server, flask-socketio, html, javascript, python, socketio, sockets, video, video-processing, video-streaming, web, websockets, websockets-server
- Language: HTML
- Homepage:
- Size: 4.88 KB
- Stars: 12
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!