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

https://github.com/gingeleski/helloworld-opencv-rtmp

Experiments in Python with OpenCV and RTMP streams.
https://github.com/gingeleski/helloworld-opencv-rtmp

opencv opencv-python python python3 rtmp rtmp-client

Last synced: about 1 year ago
JSON representation

Experiments in Python with OpenCV and RTMP streams.

Awesome Lists containing this project

README

          

# OpenCV RTMP:// "Hello World"

Experiments in Python with OpenCV and RTMP streams (`rtmp://`).

## Setup

This was developed with Python 3.6 and it's recommended you use at least that too.

Optionally set up a virtualenv then install the requirements with `pip` like so...

```
pip install -r requirements.txt
```