Ecosyste.ms: Awesome

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

https://github.com/div-opn/rtsp-to-mjpeg

Simple container to provide access to a RTSP stream via MJPEG.
https://github.com/div-opn/rtsp-to-mjpeg

docker mjpeg rtsp vlc

Last synced: 11 days ago
JSON representation

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

Lists

README

        

# 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'
```