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.
- Host: GitHub
- URL: https://github.com/gingeleski/helloworld-opencv-rtmp
- Owner: gingeleski
- Created: 2018-04-19T21:24:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T21:24:36.000Z (about 8 years ago)
- Last Synced: 2025-04-10T05:53:08.512Z (about 1 year ago)
- Topics: opencv, opencv-python, python, python3, rtmp, rtmp-client
- Language: Python
- Size: 1000 Bytes
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```