Skip to content

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

Notifications You must be signed in to change notification settings

div-opn/rtsp-to-mjpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published