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

https://github.com/mshr-h/video_streaming

Simple video streaming server written in Python with Redis and Tornado
https://github.com/mshr-h/video_streaming

opencv-python python3 redis tornado tornado-websocket

Last synced: about 1 month ago
JSON representation

Simple video streaming server written in Python with Redis and Tornado

Awesome Lists containing this project

README

          

# Video Streaming example

This is a simple video streaming server written in Python with Redis and Tornado.

## Prerequirement

- Redis
- python-opencv
- Python

## Usage

```bash
python server.py --port {port} --width {output_video_width} --height {output_video_hegiht}
# access to http://localhost:{port} with your browser
```