Skip to content

Simple video streaming server written in Python with Redis and Tornado

Notifications You must be signed in to change notification settings

mshr-h/video_streaming

Repository files navigation

Video Streaming example

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

Prerequirement

  • Redis
  • python-opencv
  • Python

Usage

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

About

Simple video streaming server written in Python with Redis and Tornado

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published