MJPEG streaming relay server based on https://github.com/hdavid0510/mjpeg-relay
5.3K
Docker image with all the scripts preinstalled on python:alpine
SOURCE_URLhttp://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
Content type
Image
Digest
sha256:48f3f5ee7…
Size
48.9 MB
Last updated
4 months ago
docker pull hdavid0510/mjpeg-relay