hdavid0510/mjpeg-relay

By hdavid0510

Updated 2 months ago

MJPEG streaming relay server based on https://github.com/hdavid0510/mjpeg-relay

Image
0

1.4K

mjpeg-relay


Docker image with all the scripts preinstalled on python:alpine

Tags

latest


Built from master branch

Environment Variables

SOURCE_URL
  • URL of the source of the stream, in form of http://user:password@ip:port/path/to/stream/.
  • DEFAULThttp://localhost:8081/?action=stream

Port Bindings

OptionPort#TypeService
Required54321tcpRelayed stream is shown through this port.
Optional54322tcpRelayed stream via WebSocket is shown through this port.

Build

docker build -t IMAGE_NAME .
docker run -it -p 54017:54321 -e "http://192.0.2.1:1234/?action=stream" IMAGE_NAME 

Docker Pull Command

docker pull hdavid0510/mjpeg-relay