Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 476 Bytes

rtsp-to-mjpeg

Simple container to provide access to a RTSP stream via MJPEG.

https://hub.docker.com/repository/docker/opndiverseco/rtsp-to-mjpeg

The image requires the following (Docker) environment variables to be set:

CAMERAUSER=''
CAMERAPASSWORD=''
CAMERAIP=''
CAMERAPORT=''
CAMERASTREAM=''

For example:

docker run -it -e CAMERAUSER='admin' -e CAMERAPASSWORD='password' -e CAMERAIP='192.168.1.123' -e CAMERAPORT='123' -e CAMERASTREAM='stream1' <image>