Sign inSign up

hdavid0510/mjpeg-relay

By hdavid0510

Updated 4 months ago

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

Image
0

5.3K

hdavid0510/mjpeg-relay repository overview

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/.
  • DEFAULT http://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 

Tag summary

Content type

Image

Digest

sha256:48f3f5ee7

Size

48.9 MB

Last updated

4 months ago

docker pull hdavid0510/mjpeg-relay