Sign inSign up

datarhei/nginx-rtmp

By datarhei

Updated about 8 years ago

NGINX + RTMP-Module Image for H.264-Processing (e.g. RTMP, HLS)

Image
2

10K+

datarhei/nginx-rtmp repository overview

NGINX

Repo: https://github.com/datarhei/nginx-rtmp

Dockerfiles:

Usage:

  • Start the image:
    AMD64: docker run -d -p 1935:1935 datarhei/nginx-rtmp:1.13.4-dev ARMHF: docker run -d -p 1935:1935 datarhei/nginx-rtmp:1.13.4-dev-armhf ARM64: docker run -d -p 1935:1935 datarhei/nginx-rtmp:1.13.4-dev-arm64
  • Send a stream:
    ffmpeg -i input -c copy -f flv rtmp://localhost:1935/live/input
  • Receive a stream:
    ffmpeg -i rtmp://localhost:1935/live/input -c copy -f flv output

Tag summary

Content type

Image

Digest

Size

21.1 MB

Last updated

about 8 years ago

docker pull datarhei/nginx-rtmp:1.15.0-dev-aarch64