/flask-video-streaming

Supporting code for my article on video streaming with Flask.

Primary LanguagePythonMIT LicenseMIT

flask-video-streaming

Supporting code for Miguel Grinberg's article video streaming with Flask and its follow-up Flask Video Streaming Revisited.

Installation

Install into a virtual environment:

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Usage

Start with ONE of::

python app.py                # stream 1-2-3 images
CAMERA=opencv python app.py  # stream from webcam