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: 6 days ago
JSON representation
Simple container to provide access to a RTSP stream via MJPEG.
- Host: GitHub
- URL: https://github.com/div-opn/rtsp-to-mjpeg
- Owner: div-opn
- Created: 2020-01-13T05:11:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T20:14:55.000Z (7 months ago)
- Last Synced: 2024-08-01T21:45:15.346Z (3 months ago)
- Topics: docker, mjpeg, rtsp, vlc
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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'
```