hdavid0510/mjpeg-relay
MJPEG streaming relay server based on https://github.com/hdavid0510/mjpeg-relay
1.4K
Docker image with all the scripts preinstalled on python:alpine
SOURCE_URL
http://user:password@ip:port/path/to/stream/
.http://localhost:8081/?action=stream
Option | Port# | Type | Service |
---|---|---|---|
Required | 54321 | tcp | Relayed stream is shown through this port. |
Optional | 54322 | tcp | Relayed stream via WebSocket is shown through this port. |
docker build -t IMAGE_NAME .
docker run -it -p 54017:54321 -e "http://192.0.2.1:1234/?action=stream" IMAGE_NAME
docker pull hdavid0510/mjpeg-relay