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
- Host: GitHub
- URL: https://github.com/mshr-h/video_streaming
- Owner: mshr-h
- Created: 2021-06-05T05:18:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T08:09:48.000Z (about 5 years ago)
- Last Synced: 2025-04-02T22:42:52.730Z (about 1 year ago)
- Topics: opencv-python, python3, redis, tornado, tornado-websocket
- Language: Python
- Homepage:
- Size: 7.88 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```