Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 243 Bytes

RTSPtoMJPEG

Python project to convert a rtsp stream to mjpeg using opencv.

Installation

Docker

Build the image: docker build -t rtsptomjpeg .

Run the container: docker run -p 8080:8080 -v ${PWD}:/home/app/src rtsptomjpeg